| services.gitlab-runner.concurrent | Limits how many jobs globally can be run concurrently
|
| services.hercules-ci-agent.settings.concurrentTasks | Number of tasks to perform simultaneously
|
| nix.nrBuildUsers | Number of nixbld user accounts created to
perform secure concurrent builds
|
| nix.buildMachines.*.maxJobs | The number of concurrent jobs the build machine supports
|
| nix.settings.cores | This option defines the maximum number of concurrent tasks during
one build
|
| nix.linux-builder.maxJobs | Instead of setting this directly, you should set
nix.linux-builder.config.virtualisation.cores to configure
the amount of cores the Linux builder should have
|
| services.gitlab-runner.configFile | Configuration file for gitlab-runner.
configFile takes precedence over services.
checkInterval and concurrent will be ignored too
|
| services.gitlab-runner.services.<name>.requestConcurrency | Limit number of concurrent requests for new jobs from GitLab.
|
| services.gitlab-runner.services.<name>.limit | Limit how many jobs can be handled concurrently by this service.
0 (default) simply means don't limit.
|