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;
|
port = 8080;
|
||||||
useSubstitutes = true;
|
useSubstitutes = true;
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
max_concurrent_evals = 6
|
||||||
<dynamicruncommand>
|
<dynamicruncommand>
|
||||||
enable = 1
|
enable = 1
|
||||||
</dynamicruncommand>
|
</dynamicruncommand>
|
||||||
|
@ -80,7 +81,7 @@ in
|
||||||
"big-parallel"
|
"big-parallel"
|
||||||
"benchmark"
|
"benchmark"
|
||||||
];
|
];
|
||||||
maxJobs = 4;
|
maxJobs = 6;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@ in
|
||||||
buildMachines = lib.mkIf (cfg.remoteBuilds.additional || cfg.remoteBuilds.exclusive) [
|
buildMachines = lib.mkIf (cfg.remoteBuilds.additional || cfg.remoteBuilds.exclusive) [
|
||||||
{
|
{
|
||||||
hostName = "cache.sinerva.eu";
|
hostName = "cache.sinerva.eu";
|
||||||
maxJobs = 4;
|
maxJobs = 6;
|
||||||
protocol = "ssh";
|
protocol = "ssh";
|
||||||
speedFactor = 10;
|
speedFactor = 10;
|
||||||
sshUser = "nix-ssh";
|
sshUser = "nix-ssh";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue