mirror of
https://github.com/pesde-pkg/pesde.git
synced 2025-05-04 10:33:47 +01:00
chore: scale down registry memory
Previously, we reserved 1gb of memory for the registry. This was too much, since the registry didn't spike above 300mb, but we still paid for the full 1gb. This commit changes that to the next smaller value, which is 512mb.
This commit is contained in:
parent
e1619da871
commit
15ca642a19
1 changed files with 1 additions and 1 deletions
2
fly.toml
2
fly.toml
|
@ -21,6 +21,6 @@ min_machines_running = 0
|
|||
processes = ['app']
|
||||
|
||||
[[vm]]
|
||||
memory = '1gb'
|
||||
memory = '512mb'
|
||||
cpu_kind = 'shared'
|
||||
cpus = 1
|
||||
|
|
Loading…
Add table
Reference in a new issue