Commit c3c3b472 authored by Marcel Amirault's avatar Marcel Amirault

Merge branch 'justin_ho-master-patch-48574' into 'master'

Fix reference to Unicorn in Puma section

See merge request gitlab-org/gitlab!29312
parents 21f3d301 2dbe1813
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment