diff options
author | Ahmad Sherif <me@ahmadsherif.com> | 2016-09-01 09:24:47 +0200 |
---|---|---|
committer | Ahmad Sherif <me@ahmadsherif.com> | 2016-09-02 11:11:38 +0200 |
commit | 04a5a88f61c61fa916d151da9505be7292b7c7d9 (patch) | |
tree | dd4ea8a999dff0021160014a5a32b131abf344fb /doc/install | |
parent | a3828abb63306967c8e2d1c3602b8b7d953b74a0 (diff) | |
download | gitlab-ce-04a5a88f61c61fa916d151da9505be7292b7c7d9.tar.gz |
Fix a typo
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/requirements.md | 2 |
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). |