From c13a264105b8b633868886edbd3c4ad08dbb7d13 Mon Sep 17 00:00:00 2001 From: vincent Date: Sun, 16 Apr 2023 19:26:42 +0200 Subject: [PATCH] perf: 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 fed661e..3c4b0ec 100644 --- a/nomad-job/backup-postgress.nomad +++ b/nomad-job/backup-postgress.nomad @@ -45,7 +45,7 @@ job "backup-postgress" { env = true } resources { - memory = 50 + memory = 100 } }