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 } }