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.
This commit is contained in:
Ben Gamari 2019-03-28 10:46:22 -04:00
parent d984875aff
commit b90f5f03c2

View File

@ -534,6 +534,7 @@ in {
wantedBy = [ "multi-user.target" ];
path = with pkgs; [
openssh
procps # See https://gitlab.com/gitlab-org/gitaly/issues/1562
gitAndTools.git
cfg.packages.gitaly.rubyEnv
cfg.packages.gitaly.rubyEnv.wrappedRuby