diff --git a/hosts/epyc.nix b/hosts/epyc.nix index ac0864b..019c5a9 100644 --- a/hosts/epyc.nix +++ b/hosts/epyc.nix @@ -31,7 +31,7 @@ in "riscv64-linux" ]; supportedFeatures = [ "kvm" "nixos-test" "big-parallel" "benchmark" ] ++ gcc-system-features "znver3"; - maxJobs = 1; + maxJobs = 2; } ];