From b97278103627332be0dcd29c971500bccf23e5f3 Mon Sep 17 00:00:00 2001 From: vincent Date: Mon, 23 Oct 2023 19:16:47 +0200 Subject: [PATCH] increase prometheus memory --- nomad-job/prometheus.nomad | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/nomad-job/prometheus.nomad b/nomad-job/prometheus.nomad index 9b4b6fe..5e98e22 100644 --- a/nomad-job/prometheus.nomad +++ b/nomad-job/prometheus.nomad @@ -6,7 +6,9 @@ job "prometheus" { attribute = "${attr.cpu.arch}" value = "amd64" } - + meta{ + force_deploy= 1 + } group "prometheus" { count = 1 @@ -275,7 +277,7 @@ EOH } } resources { - memory = 250 + memory = 350 } } }