-
- Downloads
There was an error fetching the commit references. Please try again later.
Set net.core.somaxconn kernel parameter for Puma
Set net.core.somaxconn kernel parameter to a value equal or higher then the default Puma backlog_socket. The default kernel value is 128, which is lower then the default Puam backlog. This was done for Unicorn in https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/405, but this was not done for Puma. Installations after GitLab 13.0+ might see lower throughput if this setting is not raised.
Showing
- changelogs/unreleased/sh-puma-somaxconn.yml 5 additions, 0 deletionschangelogs/unreleased/sh-puma-somaxconn.yml
- doc/settings/puma.md 1 addition, 1 deletiondoc/settings/puma.md
- files/gitlab-config-template/gitlab.rb.template 2 additions, 0 deletionsfiles/gitlab-config-template/gitlab.rb.template
- files/gitlab-cookbooks/gitlab/attributes/default.rb 1 addition, 0 deletionsfiles/gitlab-cookbooks/gitlab/attributes/default.rb
- files/gitlab-cookbooks/gitlab/recipes/puma.rb 4 additions, 0 deletionsfiles/gitlab-cookbooks/gitlab/recipes/puma.rb
- spec/chef/recipes/puma_spec.rb 4 additions, 0 deletionsspec/chef/recipes/puma_spec.rb
changelogs/unreleased/sh-puma-somaxconn.yml
0 → 100644
Please register or sign in to comment