summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-09-25 06:19:57 +0000
committerRémy Coutable <remy@rymai.me>2017-09-25 06:19:57 +0000
commit12edee4bc86256dcd31921f5e34549b1884e92c1 (patch)
tree612117190b8e82c00a3431c0d3b09961c095a3be
parente2b195b2748c88e276163d44cdeff5b210f2522c (diff)
parent7d66b7fbccc0e11346e00d839e5efb640d54022d (diff)
downloadgitlab-ce-12edee4bc86256dcd31921f5e34549b1884e92c1.tar.gz
Merge branch 'master' into 'master'
fix minor spelling mistakes See merge request gitlab-org/gitlab-ce!14467
-rw-r--r--doc/install/requirements.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install/requirements.md b/doc/install/requirements.md
index f672b358096..17fe80fa93d 100644
--- a/doc/install/requirements.md
+++ b/doc/install/requirements.md
@@ -82,11 +82,11 @@ 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 [configuring the kernels 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
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.
+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 how many you need of those.
## Database