hydra: update buildCores, maxJobs

This commit is contained in:
Astro 2022-05-07 01:01:02 +02:00
parent a71ae9bb62
commit a28cd47e8b
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
nix = {
useSandbox = false;
maxJobs = 4;
buildCores = 20;
buildCores = 16;
gc = {
automatic = true;
dates = lib.mkForce "06:00";

View File

@ -15,7 +15,7 @@ in {
config.boot.binfmt.emulatedSystems
);
supportedFeatures = [ "big-parallel" "benchmark" "kvm" "nixos-test" ];
maxJobs = 4;
inherit (config.nix) maxJobs;
} ];
daemonCPUSchedPolicy = "idle";