From 6e074c55aa9c3c7ba28287d1a65621302eba609b Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Wed, 27 Jul 2022 16:11:56 -0700 Subject: [PATCH] Increase prometheus memory limit --- nomad/metrics/prometheus.nomad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nomad/metrics/prometheus.nomad b/nomad/metrics/prometheus.nomad index 150a64d..002cc35 100644 --- a/nomad/metrics/prometheus.nomad +++ b/nomad/metrics/prometheus.nomad @@ -183,7 +183,7 @@ scrape_configs: resources { cpu = 100 - memory = 200 + memory = 300 } } }