forked from Deuxfleurs/nixcfg
update garage and let it use more ram
This commit is contained in:
parent
e4065dade8
commit
1c623c796a
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,7 @@ job "garage" {
|
|||
driver = "docker"
|
||||
config {
|
||||
advertise_ipv6_address = true
|
||||
image = "dxflrs/garage:v0.8.1"
|
||||
image = "dxflrs/garage:v0.8.2"
|
||||
command = "/garage"
|
||||
args = [ "server" ]
|
||||
network_mode = "host"
|
||||
|
@ -64,6 +64,7 @@ job "garage" {
|
|||
|
||||
resources {
|
||||
memory = 1000
|
||||
memory_max = 3000
|
||||
cpu = 1000
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue