Skip to content

Commit

Permalink
shared/nix: tune remote builder maxJobs again
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Jan 5, 2025
1 parent 084d501 commit 444fe5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/shared/nix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ in
{
inherit sshUser systems;
hostName = "khanelimac.local";
maxJobs = 24;
maxJobs = 16;
speedFactor = 10;
supportedFeatures = supportedFeatures ++ [ "apple-virt" ];
}
Expand All @@ -125,7 +125,7 @@ in
{
inherit sshUser systems;
hostName = "darwin-build-box.nix-community.org";
maxJobs = 16;
maxJobs = 5;
speedFactor = 5;
supportedFeatures = [ "big-parallel" ];
publicHostKey = "c3NoLWVkMjU1MTkgQUFBQUMzTnphQzFsWkRJMU5URTVBQUFBSUtNSGhsY243ZlVwVXVpT0ZlSWhEcUJ6Qk5Gc2JOcXErTnB6dUdYM2U2enYgCg";
Expand Down

0 comments on commit 444fe5b

Please sign in to comment.