Updated Garage version that eats less RAM under load

This commit is contained in:
Alex 2021-11-04 10:55:37 +01:00
parent b8420756b4
commit 2734f79c0d
No known key found for this signature in database
GPG Key ID: EDABF9711E244EB1
1 changed files with 2 additions and 2 deletions

View File

@ -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
}