summaryrefslogtreecommitdiff
path: root/doc/install/requirements.md
diff options
context:
space:
mode:
authorSytse Sijbrandij <sytse@gitlab.com>2015-07-07 12:00:48 +0000
committerSytse Sijbrandij <sytse@gitlab.com>2015-07-07 12:00:48 +0000
commitd8c9d948178e15a9eb426a60aa803e2f628d5350 (patch)
treea0f3f6ebe33b9a13f4fb9d9eb800fc223229f835 /doc/install/requirements.md
parent62c8bc22ccd49dbf971d9ed271a9434e56d6d5f2 (diff)
downloadgitlab-ce-d8c9d948178e15a9eb426a60aa803e2f628d5350.tar.gz
Add link to multiple app servers.
Diffstat (limited to 'doc/install/requirements.md')
-rw-r--r--doc/install/requirements.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/install/requirements.md b/doc/install/requirements.md
index 7a3216dd2d2..a57b1da3319 100644
--- a/doc/install/requirements.md
+++ b/doc/install/requirements.md
@@ -57,6 +57,7 @@ If you have enough RAM memory and a recent CPU the speed of GitLab is mainly lim
- 16 cores supports up to 10,000 users
- 32 cores supports up to 20,000 users
- 64 cores supports up to 40,000 users
+- More users? Run it on [multiple application servers](https://about.gitlab.com/high-availability/)
### Memory
@@ -71,6 +72,7 @@ With less memory GitLab will give strange errors during the reconfigure run and
- 16GB RAM supports up to 10,000 users
- 32GB RAM supports up to 20,000 users
- 64GB RAM supports up to 40,000 users
+- More users? Run it on [multiple application servers](https://about.gitlab.com/high-availability/)
Notice: The 25 workers of Sidekiq will show up as separate processes in your process overview (such as top or htop) but they share the same RAM allocation since Sidekiq is a multithreaded application.