Bump up MySQL memory

This commit is contained in:
IamTheFij 2023-07-19 09:37:23 -07:00
parent 9b11ad9a69
commit 10a9689eef

View File

@ -73,7 +73,7 @@ MYSQL_ROOT_PASSWORD={{ .mysql_root_password }}
resources { resources {
cpu = 300 cpu = 300
memory = 1024 memory = 1536
} }
} }