Bump Postgres memory to 500mb

This commit is contained in:
IamTheFij 2023-10-19 12:07:14 -07:00
parent 0c3f98d5c3
commit 369802cacc
1 changed files with 1 additions and 1 deletions

View File

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