Allow Garage to use 800MB of RAM instead of 500MB

This commit is contained in:
Quentin 2021-05-03 17:27:06 +02:00
parent 925639b678
commit 51b5295ba8
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ job "garage" {
}
resources {
memory = 500
memory = 800
cpu = 1000
}