modules/nixos/buildbot-master: set evalMaxMemorySize, evalWorkerCount
This commit is contained in:
parent
e080cf3caa
commit
02be0aa5d4
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@ in
|
|||
buildSystems = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ];
|
||||
domain = "buildbot.nix-community.org";
|
||||
prometheusExporterPort = 8011;
|
||||
evalMaxMemorySize = "4096";
|
||||
evalWorkerCount = 8;
|
||||
workersFile = config.sops.secrets.nix-workers.path;
|
||||
github = {
|
||||
tokenFile = config.sops.secrets.github-token.path;
|
||||
|
|
Loading…
Add table
Reference in a new issue