Bump Postgres memory to 500mb

This commit is contained in:
IamTheFij 2023-10-19 12:07:14 -07:00
parent 0c3f98d5c3
commit 369802cacc

View File

@ -73,7 +73,7 @@ POSTGRES_PASSWORD={{ .superuser_pass }}
resources { resources {
cpu = 500 cpu = 500
memory = 400 memory = 500
} }
} }