summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDJ Mountney <david@twkie.net>2017-08-30 17:00:59 -0700
committerDJ Mountney <david@twkie.net>2017-08-30 17:00:59 -0700
commit6b67cec3cd94fa79da6499c375ddde6947b1d049 (patch)
treee1d7a344a65f0c35864b8f80d29972fb1dbcf2e8 /doc
parent64b10ef410fb2f018fb499f5a09e7689caa5d656 (diff)
downloadgitlab-ce-6b67cec3cd94fa79da6499c375ddde6947b1d049.tar.gz
Link out to stackoverflow answer on setting swappiness
Diffstat (limited to 'doc')
-rw-r--r--doc/install/requirements.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/install/requirements.md b/doc/install/requirements.md
index 16cab9bd94a..f672b358096 100644
--- a/doc/install/requirements.md
+++ b/doc/install/requirements.md
@@ -82,9 +82,9 @@ errors during usage.
We recommend having at least 2GB of swap on your server, even if you currently have
enough available RAM. Having swap will help reduce the chance of errors occurring
-if your available memory changes. We also recommend setting the kernel's swappiness
-setting to a low value like `10` to make the most of your RAM while still having
-the swap available when needed.
+if your available memory changes. We also recommend [configuring the kernels 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.
Notice: 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 many you need of those.