From 1c623c796a350442b90c3b2abeea9b2eab3c494c Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Thu, 16 Mar 2023 14:18:59 +0100 Subject: [PATCH] update garage and let it use more ram --- cluster/prod/app/garage/deploy/garage.hcl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cluster/prod/app/garage/deploy/garage.hcl b/cluster/prod/app/garage/deploy/garage.hcl index 99cd7c9..6e33346 100644 --- a/cluster/prod/app/garage/deploy/garage.hcl +++ b/cluster/prod/app/garage/deploy/garage.hcl @@ -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 }