Skip to content
Snippets Groups Projects
Unverified Commit 0f91eadc authored by Ben Kochie's avatar Ben Kochie
Browse files

Update Unicorn Worker recommendation

Update the Unicorn worker documentation based on the new scaling
formula.

https://gitlab.com/gitlab-org/omnibus-gitlab/issues/4535
parent 407de041
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -146,8 +146,8 @@ CREATE EXTENSION postgres_fdw;
 
## Unicorn Workers
 
For most instances we recommend using: CPU cores + 1 = unicorn workers.
So for a machine with 2 cores, 3 unicorn workers is ideal.
For most instances we recommend using: (CPU cores * 1.5) + 1 = unicorn workers.
For example a node with 4 cores would have 7 unicorn workers.
 
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 workers to prevent excessive swapping.
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment