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:
authorJob van der Voort <jobvandervoort@gmail.com>2014-12-08 16:21:17 +0300
committerJob van der Voort <jobvandervoort@gmail.com>2014-12-08 16:21:17 +0300
commitf811b695f8c9d7019b5e9f33aae962163e8c0020 (patch)
tree11aa43db096bb285d09069c07ede7edaff9b15f1 /doc/install
parentb7d4184f24000fcdee7ca48fd802e35ac03abb67 (diff)
memory constrained unicorn workers
Diffstat (limited to 'doc/install')
-rw-r--r--doc/install/requirements.md4
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)