Skip to content

Commit 0df079a

Browse files
committed
change cicero nomad job settings
1 parent 18851dc commit 0df079a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nix/cloud/nomadEnvs/cicero/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@
216216
};
217217

218218
resources = {
219-
memory = 1024 * 64;
219+
memory = 1024 * 16;
220220
cpu = 1000;
221221
};
222222

@@ -387,7 +387,7 @@ in {
387387
};
388388

389389
group.cicero-nomad = merge commonGroup {
390-
count = 0;
390+
count = 1;
391391

392392
task.cicero.config = {
393393
args = append ["--" "nomad"];

0 commit comments

Comments
 (0)