Skip to content

Commit e15d690

Browse files
committed
give cicero nomad job more memory
for costly nix evaluations like haskell.nix
1 parent a3c7c0b commit e15d690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/cloud/nomadEnvs/cicero/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@
129129
};
130130

131131
resources = {
132-
memory = 4096;
132+
memory = 1024 * 16;
133133
cpu = 300;
134134
};
135135

0 commit comments

Comments
 (0)