Increase VM memory to 512MB to fix OOM crashes on /strip

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-13 20:50:06 -07:00
parent a8e9e2fc33
commit 5227de3779

View File

@@ -5,6 +5,9 @@ primary_region = "sjc"
[build] [build]
dockerfile = "Dockerfile" dockerfile = "Dockerfile"
[[vm]]
memory = "512mb"
[http_service] [http_service]
internal_port = 8080 internal_port = 8080
force_https = true force_https = true