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