services.gitlab.puma.threadsMin

NixOS option

The minimum number of threads Puma should use per worker. Each thread consumes memory and contributes to Global VM Lock contention, so be careful when increasing this.

type: signed integer
Default
0
declared in: nixos/modules/services/misc/gitlab.nixView source on NixOS/nixpkgs →