modules/nixos/buildbot: increase evalWorkerCount to 16
This commit is contained in:
parent
83f3142fd8
commit
3d12fbe26a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue