gitlab unicorn settings
https://docs.gitlab.com/omnibus/settings/unicorn.html
Unicorn settings
If you need to adjust the Unicorn timeout or the number of workers you can use the following settings in /etc/gitlab/gitlab.rb
. Run sudo gitlab-ctl reconfigure
for the change to take effect.
unicorn['worker_processes'] = 3 unicorn['worker_timeout'] = 60
Minimum required
worker_processes
is 2 in order for the web editor to work correctly, see
gitlab-ce#18771
posted on 2017-11-16 11:49
长戟十三千 阅读(355)
评论(0) 编辑 收藏 引用 所属分类:
编程技巧随笔