Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-04-13 06:09:42 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-04-13 06:09:42 +0300
commit01ff651394ec2df7df5ed0282c96fb8133980cb9 (patch)
treee4b0b3b6200fed4d08c356daedda5017d5fe3eb1 /doc/install/requirements.md
parentcdf9ef52fe13899be29068992a9858f8b0e72457 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/install/requirements.md')
-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 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.