Beef up demo machine's specs

This commit is contained in:
bkellam 2024-09-29 13:27:02 -07:00
parent 392c9378a9
commit 6d1130bae8

View file

@ -17,11 +17,11 @@ primary_region = 'sjc'
processes = ['app'] processes = ['app']
[[vm]] [[vm]]
memory = '4gb' memory = '8gb'
cpu_kind = 'shared' cpu_kind = 'shared'
cpus = 2 cpus = 4
[mounts] [mounts]
source = "sourcebot_data" source = "sourcebot_data"
destination = "/data" destination = "/data"
initial_size = "30GB" initial_size = "60GB"