RemoteBuild : Set server max jobs to 16.
This commit is contained in:
parent
ded671e904
commit
b96c093ded
|
@ -57,7 +57,7 @@ in {
|
||||||
"i686-linux"
|
"i686-linux"
|
||||||
"aarch64-linux"
|
"aarch64-linux"
|
||||||
];
|
];
|
||||||
maxJobs = 1;
|
maxJobs = 16;
|
||||||
speedFactor = 2;
|
speedFactor = 2;
|
||||||
mandatoryFeatures = [ ];
|
mandatoryFeatures = [ ];
|
||||||
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
|
supportedFeatures = [ "nixos-test" "benchmark" "big-parallel" "kvm" ];
|
||||||
|
|
Loading…
Reference in a new issue