aboutsummaryrefslogtreecommitdiff
path: root/app/garage/deploy
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2021-11-04 10:55:37 +0100
committerAlex Auvolat <alex@adnab.me>2021-11-04 10:55:37 +0100
commit2734f79c0d09e4f7988a03345153261a3d200a62 (patch)
tree7caca6a52d6b3a50d29092fc13df45b59f9d876b /app/garage/deploy
parentb8420756b42e6b620f7e3138fd4bd8967a4f19db (diff)
downloadinfrastructure-2734f79c0d09e4f7988a03345153261a3d200a62.tar.gz
infrastructure-2734f79c0d09e4f7988a03345153261a3d200a62.zip
Updated Garage version that eats less RAM under load
Diffstat (limited to 'app/garage/deploy')
-rw-r--r--app/garage/deploy/garage.hcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/garage/deploy/garage.hcl b/app/garage/deploy/garage.hcl
index 2b46b9f..f9114ec 100644
--- a/app/garage/deploy/garage.hcl
+++ b/app/garage/deploy/garage.hcl
@@ -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
}