Bump Gitlab Shell version
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:
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):
Reuse Gitaly connections and sidechannel
is expected to fix this issue. It has no effect on the current Gitlab Shell.
Edited by Igor Drozdov