Reduce sidekiq threads on GitLab
This commit is contained in:
parent
a51854f48c
commit
9b69b419a7
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ gitlab_rails['time_zone'] = '{{ timezone }}'
|
||||||
|
|
||||||
# https://docs.gitlab.com/omnibus/settings/memory_constrained_envs.html
|
# https://docs.gitlab.com/omnibus/settings/memory_constrained_envs.html
|
||||||
puma['worker_processes'] = 2
|
puma['worker_processes'] = 2
|
||||||
sidekiq['max_concurrency'] = 10
|
sidekiq['max_concurrency'] = 5
|
||||||
|
|
||||||
gitlab_rails['gitlab_default_theme'] = 2
|
gitlab_rails['gitlab_default_theme'] = 2
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue