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";
|
domain = "buildbot.nix-community.org";
|
||||||
prometheusExporterPort = 8011;
|
prometheusExporterPort = 8011;
|
||||||
evalMaxMemorySize = "4096";
|
evalMaxMemorySize = "4096";
|
||||||
evalWorkerCount = 8;
|
evalWorkerCount = 16;
|
||||||
workersFile = config.sops.secrets.buildbot-nix-workers.path;
|
workersFile = config.sops.secrets.buildbot-nix-workers.path;
|
||||||
github = {
|
github = {
|
||||||
tokenFile = config.sops.secrets.buildbot-github-token.path;
|
tokenFile = config.sops.secrets.buildbot-github-token.path;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue