mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 12:25:22 +00:00
Improve fly machine specs
This commit is contained in:
parent
fe5631fd6a
commit
eb184daf15
1 changed files with 2 additions and 2 deletions
4
fly.toml
4
fly.toml
|
|
@ -17,9 +17,9 @@ primary_region = 'sjc'
|
||||||
processes = ['app']
|
processes = ['app']
|
||||||
|
|
||||||
[[vm]]
|
[[vm]]
|
||||||
memory = '1gb'
|
memory = '32gb'
|
||||||
cpu_kind = 'shared'
|
cpu_kind = 'shared'
|
||||||
cpus = 1
|
cpus = 2
|
||||||
|
|
||||||
[mounts]
|
[mounts]
|
||||||
source = "sourcebot_data"
|
source = "sourcebot_data"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue