From f0fcea764576765a4a44b45952e54807594cff61 Mon Sep 17 00:00:00 2001 From: Petru Paler Date: Sat, 27 Sep 2025 17:13:09 +0100 Subject: [PATCH] Reduce RAM. --- services/mysql.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/mysql.hcl b/services/mysql.hcl index 47fccf8..453e67e 100644 --- a/services/mysql.hcl +++ b/services/mysql.hcl @@ -46,7 +46,7 @@ job "mysql" { resources { cpu = 3000 - memory = 4500 + memory = 3500 } }