change staging cpu to perf

This commit is contained in:
msukkari 2025-02-10 16:18:01 -08:00
parent 775138c3a0
commit 568ded8dd2

View file

@ -12,16 +12,17 @@ primary_region = 'sea'
[[mounts]] [[mounts]]
source = 'sourcebot_staging_data' source = 'sourcebot_staging_data'
destination = '/data' destination = '/data'
initial_size = "60GB"
[http_service] [http_service]
internal_port = 3000 internal_port = 3000
force_https = true force_https = true
auto_stop_machines = 'off' auto_stop_machines = true
auto_start_machines = false auto_start_machines = true
min_machines_running = 0 min_machines_running = 0
processes = ['app'] processes = ['app']
[[vm]] [[vm]]
memory = '2gb' memory = '4gb'
cpu_kind = 'shared' cpu_kind = 'performance'
cpus = 4 cpus = 2