From d83407e6da327d28cc927f2cd23351a8f03c076e Mon Sep 17 00:00:00 2001 From: Maximilian Pass <22845248+mpass99@users.noreply.github.com> Date: Thu, 5 Sep 2024 14:27:47 +0200 Subject: [PATCH] Fix OOM Killing Nomad Agent by increasing the memory reservation per runner. --- internal/environment/template-environment-job.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/environment/template-environment-job.hcl b/internal/environment/template-environment-job.hcl index 06bab16d..9bae451d 100644 --- a/internal/environment/template-environment-job.hcl +++ b/internal/environment/template-environment-job.hcl @@ -51,7 +51,7 @@ job "template-0" { resources { cpu = 40 - memory = 30 + memory = 50 } } }