From 369802cacc2b5dc73ffe5d37887ddf088478a3d7 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Thu, 19 Oct 2023 12:07:14 -0700 Subject: [PATCH] Bump Postgres memory to 500mb --- databases/postgres.nomad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/databases/postgres.nomad b/databases/postgres.nomad index 4e7ae50..cab69fe 100644 --- a/databases/postgres.nomad +++ b/databases/postgres.nomad @@ -73,7 +73,7 @@ POSTGRES_PASSWORD={{ .superuser_pass }} resources { cpu = 500 - memory = 400 + memory = 500 } }