From 4537f39b0b7e4afa40872eeb87a8c9fffadd0f18 Mon Sep 17 00:00:00 2001 From: phanirithvij Date: Wed, 1 Apr 2026 12:41:21 +0530 Subject: [PATCH] infra(makemake): reduce nix-eval-jobs workers count It increases the evaluation time on makemake by 2.5mins Before: real 2m48.862s After: real 5m25.314s Signed-off-by: phanirithvij --- infra/makemake/buildbot.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/infra/makemake/buildbot.nix b/infra/makemake/buildbot.nix index 39d5b129c..b22bd1e88 100644 --- a/infra/makemake/buildbot.nix +++ b/infra/makemake/buildbot.nix @@ -38,6 +38,9 @@ in auth.authToken.file = config.sops.secrets."cachix".path; }; showTrace = true; + + # reduce nix-eval-jobs workers count to avoid OOM + evalWorkerCount = 12; }; buildbot-nix.worker = {