From 8d1ba1270fde0b1fa075c26437a00df7778796df Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Fri, 19 Jul 2024 01:07:39 +0200 Subject: [PATCH] hydra: increase local worker thread count Our hydra fork has a limit on the number of active build slots, which defaults to the number of threads minus two, so 32-2=30. The plan is to increase the utilization of rhea more to unblock build slots on the various builders. --- build/hydra.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/hydra.nix b/build/hydra.nix index fc84fe6e..d425f16d 100644 --- a/build/hydra.nix +++ b/build/hydra.nix @@ -44,6 +44,9 @@ in max_concurrent_evals = 1 + # increase the number of active compress slots + max_local_worker_threads = 48 + max_unsupported_time = 86400 allow_import_from_derivation = false