Commit 062110d3 authored by Sid Sijbrandij's avatar Sid Sijbrandij

Merge branch 'emilie-master-patch-10465' into 'master'

Add link to memory team page from the installation requirements

See merge request gitlab-org/gitlab-ce!31637
parents 974dcf4b f51855e0
...@@ -93,6 +93,7 @@ enough available RAM. Having swap will help reduce the chance of errors occurrin ...@@ -93,6 +93,7 @@ enough available RAM. Having swap will help reduce the chance of errors occurrin
if your available memory changes. We also recommend [configuring the kernel's swappiness setting](https://askubuntu.com/a/103916) if your available memory changes. We also recommend [configuring the kernel's swappiness setting](https://askubuntu.com/a/103916)
to a low value like `10` to make the most of your RAM while still having the swap to a low value like `10` to make the most of your RAM while still having the swap
available when needed. available when needed.
Our [Memory Team](https://about.gitlab.com/handbook/engineering/development/enablement/memory/) is actively working to reduce this requirement.
NOTE: **Note:** The 25 workers of Sidekiq will show up as separate processes in your process overview (such as `top` or `htop`) but they share the same RAM allocation since Sidekiq is a multithreaded application. Please see the section below about Unicorn workers for information about how many you need of those. NOTE: **Note:** The 25 workers of Sidekiq will show up as separate processes in your process overview (such as `top` or `htop`) but they share the same RAM allocation since Sidekiq is a multithreaded application. Please see the section below about Unicorn workers for information about how many you need of those.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment