File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -1048,3 +1048,18 @@ net.core.somaxconn = 1024
1048
1048
1049
1049
You may experience timeouts or HTTP 502 errors and is recommended to increase this
1050
1050
value by updating the ` puma['somaxconn'] ` variable in your ` gitlab.rb ` .
1051
+
1052
+ ## ` exec request failed on channel 0 ` or ` shell request failed on channel 0 ` errors
1053
+
1054
+ When pulling or pushing by using Git over SSH, you might see the following errors:
1055
+
1056
+ - ` exec request failed on channel 0 `
1057
+ - ` shell request failed on channel 0 `
1058
+
1059
+ These errors can happen if the number of processes from the ` git ` user is above the limit.
1060
+
1061
+ To try and resolve this issue:
1062
+
1063
+ 1 . Increase the ` nproc ` setting for the ` git ` user in the ` /etc/security/limits.conf ` file on the nodes where ` gitlab-shell ` is running.
1064
+ Typically, ` gitlab-shell ` runs on GitLab Rails nodes.
1065
+ 1 . Retry the pull or push Git command.
You can’t perform that action at this time.
0 commit comments