From 0c54ad8365db511d200ae1ea130e0f4c23ee47bd Mon Sep 17 00:00:00 2001 From: Sami Ekblad Date: Fri, 12 Jul 2024 09:37:53 +0300 Subject: [PATCH] Deployment tweaks --- fly.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fly.toml b/fly.toml index 3496c41..83b6cc6 100644 --- a/fly.toml +++ b/fly.toml @@ -15,7 +15,7 @@ primary_region = 'arn' processes = ["app"] [vm] - size = "a100-40gb" + size = "performance-2x" [mounts] source = "models"