summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChris Spicer <git@cspicer.net>2016-05-29 22:32:09 -0700
committerChris Spicer <git@cspicer.net>2016-05-29 22:32:09 -0700
commit03901e542922fa246f94003d3d006fa6032b764e (patch)
tree38e4df897139c3a9300f4925c15d36c412a2f510 /doc
parent348d16f524440a5e4cb6f3dc671138e8786c47c7 (diff)
downloadgitlab-ce-03901e542922fa246f94003d3d006fa6032b764e.tar.gz
occuring -> occurring
Diffstat (limited to 'doc')
-rw-r--r--doc/install/requirements.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/requirements.md b/doc/install/requirements.md
index df8e8bdc476..8cbd53cc27a 100644
--- a/doc/install/requirements.md
+++ b/doc/install/requirements.md
@@ -81,7 +81,7 @@ errors during usage.
- More users? Run it on [multiple application servers](https://about.gitlab.com/high-availability/)
We recommend having at least 1GB of swap on your server, even if you currently have
-enough available RAM. Having swap will help reduce the chance of errors occuring
+enough available RAM. Having swap will help reduce the chance of errors occurring
if your available memory changes.
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.