Skip to content

Commit 568ded8

Browse files
committed
change staging cpu to perf
1 parent 775138c commit 568ded8

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

staging/fly.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,17 @@ primary_region = 'sea'
1212
[[mounts]]
1313
source = 'sourcebot_staging_data'
1414
destination = '/data'
15+
initial_size = "60GB"
1516

1617
[http_service]
1718
internal_port = 3000
1819
force_https = true
19-
auto_stop_machines = 'off'
20-
auto_start_machines = false
20+
auto_stop_machines = true
21+
auto_start_machines = true
2122
min_machines_running = 0
2223
processes = ['app']
2324

2425
[[vm]]
25-
memory = '2gb'
26-
cpu_kind = 'shared'
27-
cpus = 4
26+
memory = '4gb'
27+
cpu_kind = 'performance'
28+
cpus = 2

0 commit comments

Comments
 (0)