summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Amirault <mamirault@gitlab.com>2019-08-10 12:02:55 +0900
committerMarcel Amirault <mamirault@gitlab.com>2019-08-10 12:02:55 +0900
commit19f2c52cf97d5cdc5784655000d9f60a74161046 (patch)
treefcf13381f410af4f059a77082eebd628e68055f9
parent44aa23b9ab7341836e00968ea82b6725f3318a21 (diff)
downloadgitlab-ce-emilie-master-patch-19291.tar.gz
Update note regarding memory teamemilie-master-patch-19291
Make clearer that the memory team is working to reduce the memory requirement
-rw-r--r--doc/install/requirements.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/install/requirements.md b/doc/install/requirements.md
index 086f3b1b843..83a9e7fe294 100644
--- a/doc/install/requirements.md
+++ b/doc/install/requirements.md
@@ -92,8 +92,9 @@ We recommend having at least [2GB of swap on your server](https://askubuntu.com/
enough available RAM. Having swap will help reduce the chance of errors occurring
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
-available when needed.
-Our [Memory Team](https://about.gitlab.com/handbook/engineering/development/enablement/memory/) is actively working to reduce this requirement.
+available when needed.
+
+Our [Memory Team](https://about.gitlab.com/handbook/engineering/development/enablement/memory/) is actively working to reduce the memory 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.