make machines use 1GM memory
This commit is contained in:
parent
0695a01f17
commit
ceb8ef6c39
1 changed files with 1 additions and 1 deletions
|
|
@ -40,6 +40,6 @@ primary_region = "sea"
|
||||||
soft_limit = 500
|
soft_limit = 500
|
||||||
|
|
||||||
[[vm]]
|
[[vm]]
|
||||||
memory = "512mb"
|
memory = '1gb'
|
||||||
cpu_kind = "shared"
|
cpu_kind = "shared"
|
||||||
cpus = 1
|
cpus = 1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue