Adjust hydra max job count
This commit is contained in:
parent
bb76509e9b
commit
34b4dec65e
2 changed files with 2 additions and 2 deletions
|
@ -80,7 +80,7 @@ in
|
|||
"big-parallel"
|
||||
"benchmark"
|
||||
];
|
||||
maxJobs = 6;
|
||||
maxJobs = 4;
|
||||
}
|
||||
];
|
||||
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue