From 1d0d6e07b1a6628594ae8f5c6b7531e746b3132b Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Fri, 5 Apr 2024 22:15:40 +0200 Subject: [PATCH] Adjust mem allocation for cluster-metrics-exporter --- example/monitoring-exporters.nomad.hcl | 5 +++-- variables.yml | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/example/monitoring-exporters.nomad.hcl b/example/monitoring-exporters.nomad.hcl index f4737fb..ef80873 100644 --- a/example/monitoring-exporters.nomad.hcl +++ b/example/monitoring-exporters.nomad.hcl @@ -412,8 +412,9 @@ _EOT resources { - cpu = 10 - memory = 20 + cpu = 10 + memory = 24 + memory_max = 32 } } diff --git a/variables.yml b/variables.yml index b726a86..7cc03b8 100644 --- a/variables.yml +++ b/variables.yml @@ -103,7 +103,8 @@ monitoring: # Resource allocation resources: cpu: 10 - memory: 20 + memory: 24 + memory_max: 32 vault: # Vault policies to attach to the task policies: