diff options
author | Job van der Voort <jobvandervoort@gmail.com> | 2014-12-08 14:21:17 +0100 |
---|---|---|
committer | Job van der Voort <jobvandervoort@gmail.com> | 2014-12-08 14:21:17 +0100 |
commit | f811b695f8c9d7019b5e9f33aae962163e8c0020 (patch) | |
tree | 11aa43db096bb285d09069c07ede7edaff9b15f1 /doc/install | |
parent | b7d4184f24000fcdee7ca48fd802e35ac03abb67 (diff) | |
download | gitlab-ce-f811b695f8c9d7019b5e9f33aae962163e8c0020.tar.gz |
memory constrained unicorn workers
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/requirements.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/install/requirements.md b/doc/install/requirements.md index af7ac6146ad..28e1fa34d23 100644 --- a/doc/install/requirements.md +++ b/doc/install/requirements.md @@ -93,9 +93,11 @@ On a very active server (10,000 active users) the Sidekiq process can use 1GB+ o It's possible to increase the amount of unicorn workers. This will usually help for short waits on databases and caches. -We recommend using CPU cores + 1 unicorn workers. +For most instances we recommend using CPU cores + 1 unicorn workers. For a machine with 2 cores, 3 unicorn workers is ideal. +For memory constrained instances, we recommend using a single unicorn worker. + ## Supported web browsers - Chrome (Latest stable version) |