Bump db mem

This commit is contained in:
IamTheFij 2024-08-21 19:56:27 -07:00
parent 64b58230e6
commit e99c5272cc
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -77,8 +77,8 @@ POSTGRES_PASSWORD={{ .superuser_pass }}
resources { resources {
cpu = 500 cpu = 500
memory = 700 memory = 800
memory_max = 1200 memory_max = 1500
} }
} }