From f7b6d6331373f0b7eff067543ef0d9baa11210dc Mon Sep 17 00:00:00 2001 From: Petru Paler Date: Thu, 18 Jan 2024 16:13:38 +0000 Subject: [PATCH] More RAM --- services/postgres.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/postgres.hcl b/services/postgres.hcl index 1322624..1bcea24 100644 --- a/services/postgres.hcl +++ b/services/postgres.hcl @@ -38,7 +38,7 @@ job "postgres" { resources { cpu = 1000 - memory = 512 + memory = 1024 } }