modules/nixos/buildbot-master: set evalMaxMemorySize, evalWorkerCount

This commit is contained in:
zowoq 2023-11-12 21:36:01 +10:00
parent e080cf3caa
commit 02be0aa5d4

View file

@ -26,6 +26,8 @@ in
buildSystems = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ]; buildSystems = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ];
domain = "buildbot.nix-community.org"; domain = "buildbot.nix-community.org";
prometheusExporterPort = 8011; prometheusExporterPort = 8011;
evalMaxMemorySize = "4096";
evalWorkerCount = 8;
workersFile = config.sops.secrets.nix-workers.path; workersFile = config.sops.secrets.nix-workers.path;
github = { github = {
tokenFile = config.sops.secrets.github-token.path; tokenFile = config.sops.secrets.github-token.path;