Scale to dedicated CPU with 4GB RAM in fly.toml

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-20 03:36:31 -04:00
parent 3999296f40
commit 2fb55ce71b
+2 -2
View File
@@ -29,6 +29,6 @@ processes = ['app']
timeout = "10s"
[[vm]]
memory = 1024
cpu_kind = 'shared'
memory = 4096
cpu_kind = 'performance'
cpus = 1