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