fix: bump memory from 512mb to 1gb (#343)

This commit is contained in:
Rajat Ahuja 2026-01-23 16:22:18 -05:00 committed by GitHub
parent 6de7a8885a
commit d5e66dd565
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ kill_timeout = '5s'
soft_limit = 20
[[vm]]
memory = '512mb'
memory = '1gb'
cpu_kind = 'shared'
cpus = 1
processes = ['api', 'deriver']