diff --git a/sample.nomad b/nomad.sample similarity index 96% rename from sample.nomad rename to nomad.sample index 31b9993..94b6c62 100644 --- a/sample.nomad +++ b/nomad.sample @@ -54,6 +54,9 @@ job "sample" { destination = "secrets/sample.env" env = true } + resources { + memory = 300 + } } }