RemoteBuild : Set server max jobs to 16.

This commit is contained in:
Dmitry Voronin 2024-08-22 03:41:42 +03:00
parent ded671e904
commit b96c093ded
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -57,7 +57,7 @@ in {
"i686-linux"
"aarch64-linux"
];
maxJobs = 1;
maxJobs = 16;
speedFactor = 2;
mandatoryFeatures = [ ];
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];