We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 074a43a + 71cca14 commit b094753Copy full SHA for b094753
1 file changed
builders/instances/hopeful-rivest.nix
@@ -3,9 +3,10 @@
3
../profiles/hetzner-rx170.nix
4
];
5
6
+ # 2/80 cores remain spare
7
nix.settings = {
- cores = 20;
8
- max-jobs = 4;
+ cores = 26;
9
+ max-jobs = 3;
10
};
11
12
services.hydra-queue-builder-dev.mandatoryFeatures = [ "big-parallel" ];
0 commit comments