From ec2ecd08cda0333bb1162d393a92fffc4b6fe3c2 Mon Sep 17 00:00:00 2001 From: vincent Date: Sat, 13 Jan 2024 10:20:53 +0100 Subject: [PATCH] perfs backup-postgress: increse memory --- nomad-job/backup-postgress.nomad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nomad-job/backup-postgress.nomad b/nomad-job/backup-postgress.nomad index 9855d2f..99a0171 100644 --- a/nomad-job/backup-postgress.nomad +++ b/nomad-job/backup-postgress.nomad @@ -45,7 +45,7 @@ job "backup-postgress" { env = true } resources { - memory = 125 + memory = 140 } }