diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-04-13 03:09:42 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-04-13 03:09:42 +0000 |
commit | 01ff651394ec2df7df5ed0282c96fb8133980cb9 (patch) | |
tree | e4b0b3b6200fed4d08c356daedda5017d5fe3eb1 /doc/install | |
parent | cdf9ef52fe13899be29068992a9858f8b0e72457 (diff) | |
download | gitlab-ce-01ff651394ec2df7df5ed0282c96fb8133980cb9.tar.gz |
Add latest changes from gitlab-org/gitlab@master
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 6a116e358f1..f78525659f2 100644 --- a/doc/install/requirements.md +++ b/doc/install/requirements.md @@ -189,7 +189,7 @@ To change the Unicorn workers when you have the Omnibus package (which defaults ## Puma Workers For most instances we recommend using: max(CPU cores * 0.9, 2) = Puma workers. -For example a node with 4 cores would have 3 Unicorn workers. +For example a node with 4 cores would have 3 Puma workers. For all machines that have 4GB and up we recommend a minimum of three Puma workers. If you have a 2GB machine we recommend to configure only one Puma worker to prevent excessive swapping. |