From d578fefbce80d02c8f8e9a156e3350b3c98b2e94 Mon Sep 17 00:00:00 2001 From: vincent Date: Tue, 25 Jun 2024 18:45:16 +0200 Subject: [PATCH] perfs (registry): add memory --- nomad-job/registry.nomad.hcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nomad-job/registry.nomad.hcl b/nomad-job/registry.nomad.hcl index fe60439..fbc98f1 100644 --- a/nomad-job/registry.nomad.hcl +++ b/nomad-job/registry.nomad.hcl @@ -90,7 +90,7 @@ version: '0.1' } resources { memory = 150 - memory_max = 300 + memory_max = 400 } } task "docker-ghcr" { @@ -133,7 +133,7 @@ version: '0.1' } resources { memory = 150 - memory_max = 300 + memory_max = 400 } }