From e99c5272cc903a92a4ed5460f780f7cbc2552179 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Wed, 21 Aug 2024 19:56:27 -0700 Subject: [PATCH] Bump db mem --- databases/mysql.nomad | 2 +- databases/postgres.nomad | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/databases/mysql.nomad b/databases/mysql.nomad index 47a524e..d1c5be0 100644 --- a/databases/mysql.nomad +++ b/databases/mysql.nomad @@ -77,7 +77,7 @@ MYSQL_ROOT_PASSWORD={{ .mysql_root_password }} resources { cpu = 300 - memory = 1536 + memory = 1600 } } diff --git a/databases/postgres.nomad b/databases/postgres.nomad index d2da211..e20e756 100644 --- a/databases/postgres.nomad +++ b/databases/postgres.nomad @@ -77,8 +77,8 @@ POSTGRES_PASSWORD={{ .superuser_pass }} resources { cpu = 500 - memory = 700 - memory_max = 1200 + memory = 800 + memory_max = 1500 } }