Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 662 Bytes

unicorn.md

File metadata and controls

15 lines (11 loc) · 662 Bytes

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

NOTE: Note: Minimum required worker_processes is 2 in order for the web editor to work correctly, see GitLab CE issue #18771 for details.

CAUTION: Caution: Be sure to review recommended number of Unicorn Workers before changing.