aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorQuentin <quentin@deuxfleurs.fr>2021-05-03 17:27:06 +0200
committerQuentin <quentin@deuxfleurs.fr>2021-05-03 17:27:06 +0200
commit51b5295ba89c31788ec554856fa3717595b19f0d (patch)
tree4a75c48e50c219609e3d0551851bc03efeb09031 /app
parent925639b6784767c2df037a1d5bdbcffe88cd1cda (diff)
downloadinfrastructure-51b5295ba89c31788ec554856fa3717595b19f0d.tar.gz
infrastructure-51b5295ba89c31788ec554856fa3717595b19f0d.zip
Allow Garage to use 800MB of RAM instead of 500MB
Diffstat (limited to 'app')
-rw-r--r--app/garage/deploy/garage.hcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/garage/deploy/garage.hcl b/app/garage/deploy/garage.hcl
index 3501e4f..33cbc50 100644
--- a/app/garage/deploy/garage.hcl
+++ b/app/garage/deploy/garage.hcl
@@ -57,7 +57,7 @@ job "garage" {
}
resources {
- memory = 500
+ memory = 800
cpu = 1000
}