aboutsummaryrefslogtreecommitdiff
path: root/app/postgres/deploy/postgres.hcl
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2021-07-01 23:48:11 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2021-07-01 23:48:11 +0200
commite640f82eb8134d3ff6a363c71d767aef176a32fc (patch)
treeff89ea49043ba20cd62c50ebb01b2d4d6794ea78 /app/postgres/deploy/postgres.hcl
parent576ac2772ebb2f6ff52dfc65cd82a28c384f7186 (diff)
downloadinfrastructure-e640f82eb8134d3ff6a363c71d767aef176a32fc.tar.gz
infrastructure-e640f82eb8134d3ff6a363c71d767aef176a32fc.zip
Add 500Mo x3 more RAM to postgres and 2Go less RAM to Matrix
Diffstat (limited to 'app/postgres/deploy/postgres.hcl')
-rw-r--r--app/postgres/deploy/postgres.hcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/postgres/deploy/postgres.hcl b/app/postgres/deploy/postgres.hcl
index 5ce68a4..075a77f 100644
--- a/app/postgres/deploy/postgres.hcl
+++ b/app/postgres/deploy/postgres.hcl
@@ -110,7 +110,7 @@ job "postgres9.6" {
}
resources {
- memory = 500
+ memory = 1000
}
service {