@cryptotaxi247 / infra-1 / commits / d67c3f8e

wendy: reduce each build job to 12 cores

Eelco Dolstra committed May 24, 2021 at 01:23 UTC d67c3f8e781f51bf2efec4a1a91b3f0fbb1f018f
1 file changed +4 -1
delft/wendy.nix
+4 -1
@@ -5,7 +5,10 @@ with lib;
5 {
6 imports = [ ./build-machines-dell-r815.nix ./sysstat.nix ./datadog.nix ];
7
8 - nix.maxJobs = mkForce 24;
8 + nix = {
9 + maxJobs = mkForce 24;
10 + buildCores = mkForce 12;
11 + };
12
13 users.extraUsers.eelco =
14 { description = "Eelco Dolstra";