mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-15 13:55:20 +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']
|
processes = ['app']
|
||||||
|
|
||||||
[[vm]]
|
[[vm]]
|
||||||
memory = '4gb'
|
memory = '8gb'
|
||||||
cpu_kind = 'shared'
|
cpu_kind = 'shared'
|
||||||
cpus = 2
|
cpus = 4
|
||||||
|
|
||||||
[mounts]
|
[mounts]
|
||||||
source = "sourcebot_data"
|
source = "sourcebot_data"
|
||||||
destination = "/data"
|
destination = "/data"
|
||||||
initial_size = "30GB"
|
initial_size = "60GB"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue