perf: increase memory for postgres backup

This commit is contained in:
vincent 2023-04-16 19:26:42 +02:00
parent f7d77d61cc
commit c13a264105

View File

@ -45,7 +45,7 @@ job "backup-postgress" {
env = true env = true
} }
resources { resources {
memory = 50 memory = 100
} }
} }