From 608c0e597333baae732dc7ba23a48e93e2af7b32 Mon Sep 17 00:00:00 2001 From: Pierre Bourdon Date: Mon, 22 Jul 2024 23:13:33 +0200 Subject: [PATCH] hydra: bump to 16 evaluation workers, we have enough RAM and cores to afford it --- services/hydra/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/hydra/default.nix b/services/hydra/default.nix index 7fcfeae..b2f5a3c 100644 --- a/services/hydra/default.nix +++ b/services/hydra/default.nix @@ -117,7 +117,7 @@ in { upload_logs_to_binary_cache = true - evaluator_workers = 4 + evaluator_workers = 16 evaluator_max_memory_size = 4096 max_concurrent_evals = 1