epyc: maybe we can afford 2 jobs on localhost for Hydra?

This commit is contained in:
Raito Bezarius 2023-08-13 01:24:09 +02:00
parent 0e8785863e
commit 38e86907c8

View file

@ -31,7 +31,7 @@ in
"riscv64-linux"
];
supportedFeatures = [ "kvm" "nixos-test" "big-parallel" "benchmark" ] ++ gcc-system-features "znver3";
maxJobs = 1;
maxJobs = 2;
}
];