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