mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 12:25:22 +00:00
change staging cpu to perf
This commit is contained in:
parent
775138c3a0
commit
568ded8dd2
1 changed files with 6 additions and 5 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue