Constrain Gitlab processes for reduced resource footprint
- unicorn processes 6 --> 2 - sidekiq concurrency 25 --> 10
This commit is contained in:
parent
ff32283cf0
commit
37e66b7e62
@ -29,6 +29,8 @@ services:
|
||||
"X-Forwarded-Proto" => "https",
|
||||
"X-Forwarded-Ssl" => "on"
|
||||
}
|
||||
unicorn['worker_processes'] = 2
|
||||
sidekiq['concurrency'] = 10
|
||||
letsencrypt['enable'] = false
|
||||
gitlab_rails['monitoring_whitelist'] = ['127.0.0.0/8', '192.168.1.0/24']
|
||||
gitlab_rails['smtp_enable'] = true
|
||||
|
Loading…
Reference in New Issue
Block a user