Skip to content

Commit a187368

Browse files
committed
give cicero more memory and CPU
1 parent cd88d34 commit a187368

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
@@ -129,8 +129,8 @@
129129
};
130130

131131
resources = {
132-
memory = 1024 * 16;
133-
cpu = 300;
132+
memory = 1024 * 64;
133+
cpu = 1000;
134134
};
135135

136136
env = {

0 commit comments

Comments
 (0)