diff --git a/services/mysql.hcl b/services/mysql.hcl index 36eb33e..9864b88 100644 --- a/services/mysql.hcl +++ b/services/mysql.hcl @@ -35,8 +35,8 @@ job "mysql" { } resources { - cpu = 1000 - memory = 512 + cpu = 3000 + memory = 1024 } }