mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 20:35:24 +00:00
Beef up demo machine's specs
This commit is contained in:
parent
392c9378a9
commit
6d1130bae8
1 changed files with 3 additions and 3 deletions
6
fly.toml
6
fly.toml
|
|
@ -17,11 +17,11 @@ primary_region = 'sjc'
|
|||
processes = ['app']
|
||||
|
||||
[[vm]]
|
||||
memory = '4gb'
|
||||
memory = '8gb'
|
||||
cpu_kind = 'shared'
|
||||
cpus = 2
|
||||
cpus = 4
|
||||
|
||||
[mounts]
|
||||
source = "sourcebot_data"
|
||||
destination = "/data"
|
||||
initial_size = "30GB"
|
||||
initial_size = "60GB"
|
||||
|
|
|
|||
Loading…
Reference in a new issue