Downsize Fly.io VM to shared-cpu-2x with 2GB RAM

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-12 10:59:58 -04:00
parent 2ec20435a4
commit d12a860544
+2 -2
View File
@@ -26,6 +26,6 @@ processes = ['app']
timeout = "10s"
[[vm]]
memory = 4096
cpu_kind = 'performance'
memory = 2048
cpu_kind = 'shared'
cpus = 2