summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAhmad Sherif <me@ahmadsherif.com>2016-09-01 09:24:47 +0200
committerAhmad Sherif <me@ahmadsherif.com>2016-09-02 11:11:38 +0200
commit04a5a88f61c61fa916d151da9505be7292b7c7d9 (patch)
treedd4ea8a999dff0021160014a5a32b131abf344fb
parenta3828abb63306967c8e2d1c3602b8b7d953b74a0 (diff)
downloadgitlab-ce-04a5a88f61c61fa916d151da9505be7292b7c7d9.tar.gz
Fix a typo
-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 04907249f5c..9799e0a3730 100644
--- a/doc/install/requirements.md
+++ b/doc/install/requirements.md
@@ -114,7 +114,7 @@ For most instances we recommend using: CPU cores + 1 = unicorn workers.
So for a machine with 2 cores, 3 unicorn workers is ideal.
For all machines that have 2GB and up we recommend a minimum of three unicorn workers.
-If you have a 1GB machine we recommend to configure only two Unicorn worker to prevent excessive swapping.
+If you have a 1GB machine we recommend to configure only two Unicorn workers to prevent excessive swapping.
To change the Unicorn workers when you have the Omnibus package please see [the Unicorn settings in the Omnibus GitLab documentation](https://gitlab.com/gitlab-org/omnibus-gitlab/blob/master/doc/settings/unicorn.md#unicorn-settings).