services.gitlab.puma.workers

NixOS option

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 in: nixos/modules/services/misc/gitlab.nixView source on NixOS/nixpkgs →