perfs: increase memory for postgres backup
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
vincent 2024-01-01 11:44:10 +01:00
parent d15939640f
commit 5939ff8057

View File

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