Adjust hydra max job count

This commit is contained in:
Vili Sinervä 2025-07-16 12:55:46 +03:00
parent bb76509e9b
commit 34b4dec65e
Signed by: Vili Sinervä
SSH key fingerprint: SHA256:FladqYjaE4scJY3Hi+gnShZ6ygnTJgixy0I6BAoHyos
2 changed files with 2 additions and 2 deletions

View file

@ -80,7 +80,7 @@ in
"big-parallel"
"benchmark"
];
maxJobs = 6;
maxJobs = 4;
}
];

View file

@ -16,7 +16,7 @@ in
buildMachines = lib.mkIf (cfg.remoteBuilds.additional || cfg.remoteBuilds.exclusive) [
{
hostName = "cache.sinerva.eu";
maxJobs = 6;
maxJobs = 4;
protocol = "ssh";
speedFactor = 10;
sshUser = "nix-ssh";