From e640f82eb8134d3ff6a363c71d767aef176a32fc Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Thu, 1 Jul 2021 23:48:11 +0200 Subject: Add 500Mo x3 more RAM to postgres and 2Go less RAM to Matrix --- app/postgres/deploy/postgres.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/postgres/deploy') 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 { -- cgit v1.2.3