diff --git a/nomad-job/registry.nomad.hcl b/nomad-job/registry.nomad.hcl index 6c041ef..fe60439 100644 --- a/nomad-job/registry.nomad.hcl +++ b/nomad-job/registry.nomad.hcl @@ -90,7 +90,7 @@ version: '0.1' } resources { memory = 150 - max_memory = 300 + memory_max = 300 } } task "docker-ghcr" { @@ -133,7 +133,7 @@ version: '0.1' } resources { memory = 150 - max_memory = 300 + memory_max = 300 } }