Skip to content
Snippets Groups Projects
Commit 0b029ad4 authored by Jacob Vosmaer's avatar Jacob Vosmaer
Browse files

Document how to tweak Unicorn workers / timeout

parent f59a6d8e
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -381,6 +381,17 @@ gitlab_rails['omniauth_providers'] = [
]
```
 
### Adjusting 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.
```ruby
unicorn['worker_processes'] = 3
unicorn['worker_timeout'] = 60
```
## Backups
 
### Creating an application backup
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment