Skip to content
Snippets Groups Projects
Commit fe3e2dda authored by Achilleas Pipinellis's avatar Achilleas Pipinellis
Browse files

Merge branch 'docs/adjust-unicorn-mem-12-7' into 'master'

Recommended Unicorn memory limit changes in 12.7

See merge request gitlab-org/omnibus-gitlab!4175
parents 0477ad17 6e18981a
No related branches found
No related tags found
No related merge requests found
......@@ -113,6 +113,15 @@
has Redis HA with Sentinel, follow the upgrade steps documented in [Updating GitLab installed with the Omnibus GitLab package](README.md#using-redis-ha-using-sentinel)
to avoid downtime.
Unicorn memory limits should also be adjusted to the following values:
```ruby
unicorn['worker_memory_limit_min'] = "1024 * 1 << 20"
unicorn['worker_memory_limit_max'] = "1280 * 1 << 20"
```
See our documentation on [unicorn-worker-killer](https://docs.gitlab.com/ee/administration/operations/unicorn.html#unicorn-worker-killer) for more information.
### 12.8
PostgreSQL 11.7 is being shipped with the package in addition to 10.12 and 9.6.17.
......
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