Adjust Hydra configuration
This commit is contained in:
parent
32479e136f
commit
955eaa63f9
2 changed files with 3 additions and 2 deletions
|
@ -42,6 +42,7 @@ in
|
|||
port = 8080;
|
||||
useSubstitutes = true;
|
||||
extraConfig = ''
|
||||
max_concurrent_evals = 6
|
||||
<dynamicruncommand>
|
||||
enable = 1
|
||||
</dynamicruncommand>
|
||||
|
@ -80,7 +81,7 @@ in
|
|||
"big-parallel"
|
||||
"benchmark"
|
||||
];
|
||||
maxJobs = 4;
|
||||
maxJobs = 6;
|
||||
}
|
||||
];
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ in
|
|||
buildMachines = lib.mkIf (cfg.remoteBuilds.additional || cfg.remoteBuilds.exclusive) [
|
||||
{
|
||||
hostName = "cache.sinerva.eu";
|
||||
maxJobs = 4;
|
||||
maxJobs = 6;
|
||||
protocol = "ssh";
|
||||
speedFactor = 10;
|
||||
sshUser = "nix-ssh";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue