Updated Garage version that eats less RAM under load
This commit is contained in:
parent
b8420756b4
commit
2734f79c0d
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ job "garage" {
|
|||
driver = "docker"
|
||||
config {
|
||||
advertise_ipv6_address = true
|
||||
image = "dxflrs/amd64_garage:f02c2aba59ad7ee4ada3ab45c4fe66b49f5e6713"
|
||||
image = "dxflrs/amd64_garage:6f13d083ab188060d2a2dc5f619070a445fe61ba"
|
||||
command = "/garage"
|
||||
args = [ "server" ]
|
||||
network_mode = "host"
|
||||
|
@ -45,7 +45,7 @@ job "garage" {
|
|||
}
|
||||
|
||||
resources {
|
||||
memory = 1500
|
||||
memory = 1000
|
||||
cpu = 1000
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue