mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-11 20:05:25 +00:00
Decrease ram usage
This commit is contained in:
parent
eb184daf15
commit
687ebe9cda
1 changed files with 1 additions and 1 deletions
2
fly.toml
2
fly.toml
|
|
@ -17,7 +17,7 @@ primary_region = 'sjc'
|
|||
processes = ['app']
|
||||
|
||||
[[vm]]
|
||||
memory = '32gb'
|
||||
memory = '4gb'
|
||||
cpu_kind = 'shared'
|
||||
cpus = 2
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue