We are using gitlab-ce 13.1.4 instance in our on premises infrastructure inside docker container. We have assigned it 8GB Memory & 6 CPU Cores.
We have integrated that gitlab with CI tools ( Jenkins & gitlab-ci ).
Problem: While Fetching code from gitlab repositories and pushing / pulling docker artifacts to / from gitlab instance we are facing very worst performance issues.
Also many times it’s throwing error like below.
Blockquote
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
Blockquote
Can Someone Please Assist here to add performance tuning ?
Thanks for reply. Currently we are having our gitlab instance with few hundreds of git code repositories & many of them contains docker registry with docker container images ~1.4TB.
Would you suggest to do any special configuration inside gitlab.rb for puma worker ?
No we have not changed any default configuration in any Kind of network stack. Also we are using centos as base OS. Please find below gitlab configuration for puma workers we are using , Let us know if we need to change.