From 5939ff80579ae07f39bf98399c8603ea15e9228b Mon Sep 17 00:00:00 2001 From: vincent Date: Mon, 1 Jan 2024 11:44:10 +0100 Subject: [PATCH] perfs: increase memory for postgres backup --- 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 cf3e93f..9855d2f 100644 --- a/nomad-job/backup-postgress.nomad +++ b/nomad-job/backup-postgress.nomad @@ -45,7 +45,7 @@ job "backup-postgress" { env = true } resources { - memory = 100 + memory = 125 } }