mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 04:15:30 +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']
|
||||
|
||||
[[vm]]
|
||||
memory = '1gb'
|
||||
memory = '32gb'
|
||||
cpu_kind = 'shared'
|
||||
cpus = 1
|
||||
cpus = 2
|
||||
|
||||
[mounts]
|
||||
source = "sourcebot_data"
|
||||
|
|
|
|||
Loading…
Reference in a new issue