aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2023-03-16 14:18:59 +0100
committerAlex Auvolat <alex@adnab.me>2023-03-16 14:18:59 +0100
commit1c623c796a350442b90c3b2abeea9b2eab3c494c (patch)
tree92d09ad9177bac663c7644a7115005db771c7b1b
parente4065dade8c63f66722ece3e08d1dc2f6fcdab8f (diff)
downloadnixcfg-1c623c796a350442b90c3b2abeea9b2eab3c494c.tar.gz
nixcfg-1c623c796a350442b90c3b2abeea9b2eab3c494c.zip
update garage and let it use more ram
-rw-r--r--cluster/prod/app/garage/deploy/garage.hcl3
1 files changed, 2 insertions, 1 deletions
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
}