forked from Deuxfleurs/infrastructure
Allow Garage to use 800MB of RAM instead of 500MB
This commit is contained in:
parent
925639b678
commit
51b5295ba8
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ job "garage" {
|
|||
}
|
||||
|
||||
resources {
|
||||
memory = 500
|
||||
memory = 800
|
||||
cpu = 1000
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue