Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

nixos/gitaly: Run gitaly with procps in scope

Gitaly uses `ps` to track the RSS of `gitlab-ruby` and kills it when it
detects excessive memory leakage. See
https://gitlab.com/gitlab-org/gitaly/issues/1562.

(cherry picked from commit b90f5f03c2d72dd81ebfbc9d5031dbcf93aa11fd)

authored by

Ben Gamari and committed by
Silvan Mosberger
e6cba7be 580f1e44

+1
+1
nixos/modules/services/misc/gitlab.nix
··· 512 512 wantedBy = [ "multi-user.target" ]; 513 513 path = with pkgs; [ 514 514 openssh 515 + procps # See https://gitlab.com/gitlab-org/gitaly/issues/1562 515 516 gitAndTools.git 516 517 cfg.packages.gitaly.rubyEnv 517 518 cfg.packages.gitaly.rubyEnv.wrappedRuby