We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 775138c commit 568ded8Copy full SHA for 568ded8
staging/fly.toml
@@ -12,16 +12,17 @@ primary_region = 'sea'
12
[[mounts]]
13
source = 'sourcebot_staging_data'
14
destination = '/data'
15
+ initial_size = "60GB"
16
17
[http_service]
18
internal_port = 3000
19
force_https = true
- auto_stop_machines = 'off'
20
- auto_start_machines = false
+ auto_stop_machines = true
21
+ auto_start_machines = true
22
min_machines_running = 0
23
processes = ['app']
24
25
[[vm]]
- memory = '2gb'
26
- cpu_kind = 'shared'
27
- cpus = 4
+ memory = '4gb'
+ cpu_kind = 'performance'
28
+ cpus = 2
0 commit comments