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:
daimond113 2025-04-19 00:35:03 +02:00
parent e1619da871
commit 15ca642a19
No known key found for this signature in database
GPG key ID: 640DC95EC1190354

View file

@ -21,6 +21,6 @@ min_machines_running = 0
processes = ['app']
[[vm]]
memory = '1gb'
memory = '512mb'
cpu_kind = 'shared'
cpus = 1