From 38e86907c81bdf8814e6c4196a2ff1c9a3486140 Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Sun, 13 Aug 2023 01:24:09 +0200 Subject: [PATCH] epyc: maybe we can afford 2 jobs on localhost for Hydra? --- hosts/epyc.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } ];