Skip to content

Bump Gitlab Shell version

Igor Drozdov requested to merge id-bump-gitlab-shell into master

What does this MR do and why?

  • Default to info level for an empty log-level
  • Update Gitaly dependency to v14.9.0-rc1
  • Reuse Gitaly connections and sidechannel

When ~80 simultaneous git clones are initiated on staging, the memory consumption skyrockets due to enabled gitlab-sshd:

Screenshot_2022-03-18_at_18.22.34

When ~96 simultaneous git clones are initiated on staging-ref, the memory consumption skyrockets up to 2GB (only two workers are ready to handle the connections):

Screenshot_2022-03-21_at_11.53.18

Reuse Gitaly connections and sidechannel is expected to fix this issue. It has no effect on the current Gitlab Shell.

Edited by Igor Drozdov

Merge request reports

Loading