services.gitlab.puma.workers
The number of worker processes Puma should spawn. This
controls the amount of parallel Ruby code can be
executed. GitLab recommends Number of CPU cores - 1, but at least two.
Each worker consumes quite a bit of memory, so be careful when increasing this.
- Type
signed integer- Default
2- Declared
- <nixpkgs/nixos/modules/services/misc/gitlab.nix>