From 4926b4eb06865e33a123e2fcedfecd6045cb4a77 Mon Sep 17 00:00:00 2001 From: vincent Date: Sun, 10 Mar 2024 09:51:38 +0100 Subject: [PATCH] perfs: increase backup postgress memory --- nomad-job/backup-postgress.nomad | 1 + 1 file changed, 1 insertion(+) diff --git a/nomad-job/backup-postgress.nomad b/nomad-job/backup-postgress.nomad index 8e9af28..e3bc2f7 100644 --- a/nomad-job/backup-postgress.nomad +++ b/nomad-job/backup-postgress.nomad @@ -50,6 +50,7 @@ job "backup-postgress" { } resources { memory = 180 + memory_max = 400 } }