make machines use 1GM memory

This commit is contained in:
JBB0807 2025-04-21 17:45:25 -07:00
parent 0695a01f17
commit ceb8ef6c39

View file

@ -40,6 +40,6 @@ primary_region = "sea"
soft_limit = 500
[[vm]]
memory = "512mb"
memory = '1gb'
cpu_kind = "shared"
cpus = 1