RemoteBuild: Drop maxJobs to 4.
This commit is contained in:
parent
b863b93e66
commit
2ce6005697
|
@ -56,7 +56,7 @@ in
|
|||
buildMachines = [
|
||||
{
|
||||
hostName = "nixbuilder";
|
||||
maxJobs = 16;
|
||||
maxJobs = 4;
|
||||
protocol = "ssh-ng";
|
||||
speedFactor = 2;
|
||||
mandatoryFeatures = [ ];
|
||||
|
|
Loading…
Reference in a new issue