diff --git a/nomad-job/filestash.nomad b/nomad-job/filestash.nomad index 926d609..725b745 100644 --- a/nomad-job/filestash.nomad +++ b/nomad-job/filestash.nomad @@ -54,7 +54,7 @@ job "filestash" { } resources { - cpu = 300 + cpu = 100 memory = 300 } } diff --git a/nomad-job/prometheus.nomad b/nomad-job/prometheus.nomad index 6d740e4..dfde399 100644 --- a/nomad-job/prometheus.nomad +++ b/nomad-job/prometheus.nomad @@ -187,7 +187,7 @@ EOH } } resources { - memory = 200 + memory = 250 } } }