From fe1e7fa05e919aef91f6ee8631e957311ddfa9f6 Mon Sep 17 00:00:00 2001 From: Ben Martin Date: Sun, 9 Mar 2025 00:02:41 +0000 Subject: [PATCH] chore(elk): reduce maximum memory allocation from 4096 to 3072 --- modules/elk/jobspec.nomad.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/elk/jobspec.nomad.hcl b/modules/elk/jobspec.nomad.hcl index b2fabd8..2755437 100644 --- a/modules/elk/jobspec.nomad.hcl +++ b/modules/elk/jobspec.nomad.hcl @@ -65,7 +65,7 @@ job "elk" { resources { cpu = 2000 memory = 2048 - memory_max = 4096 + memory_max = 3072 } template {