summaryrefslogtreecommitdiff
path: root/doc/install/requirements.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/install/requirements.md')
-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)