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 } }