perfs: increase backup postgress memory

This commit is contained in:
vincent 2024-03-10 09:51:38 +01:00
parent 0ebd087544
commit 4926b4eb06

View File

@ -50,6 +50,7 @@ job "backup-postgress" {
}
resources {
memory = 180
memory_max = 400
}
}