modules/nixos/buildbot: increase evalWorkerCount to 16

This commit is contained in:
zowoq 2023-12-02 20:09:01 +10:00 committed by Jörg Thalheim
parent 83f3142fd8
commit 3d12fbe26a

View file

@ -25,7 +25,7 @@
domain = "buildbot.nix-community.org";
prometheusExporterPort = 8011;
evalMaxMemorySize = "4096";
evalWorkerCount = 8;
evalWorkerCount = 16;
workersFile = config.sops.secrets.buildbot-nix-workers.path;
github = {
tokenFile = config.sops.secrets.buildbot-github-token.path;