RemoteBuild: Drop maxJobs to 4.

This commit is contained in:
Dmitry Voronin 2024-12-29 06:45:35 +03:00
parent b863b93e66
commit 2ce6005697
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -56,7 +56,7 @@ in
buildMachines = [
{
hostName = "nixbuilder";
maxJobs = 16;
maxJobs = 4;
protocol = "ssh-ng";
speedFactor = 2;
mandatoryFeatures = [ ];