diff options
author | Alex Auvolat <alex@adnab.me> | 2023-03-16 14:18:59 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-03-16 14:18:59 +0100 |
commit | 1c623c796a350442b90c3b2abeea9b2eab3c494c (patch) | |
tree | 92d09ad9177bac663c7644a7115005db771c7b1b /cluster/prod/app/garage/deploy/garage.hcl | |
parent | e4065dade8c63f66722ece3e08d1dc2f6fcdab8f (diff) | |
download | nixcfg-1c623c796a350442b90c3b2abeea9b2eab3c494c.tar.gz nixcfg-1c623c796a350442b90c3b2abeea9b2eab3c494c.zip |
update garage and let it use more ram
Diffstat (limited to 'cluster/prod/app/garage/deploy/garage.hcl')
-rw-r--r-- | cluster/prod/app/garage/deploy/garage.hcl | 3 |
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 } |