diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-07-25 20:40:23 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-07-25 20:40:23 +0300 |
commit | 76af5a1db73155c0a120f30cda9d60155146dfe1 (patch) | |
tree | 0b2a94ae6ba5fd9fe4ef6720dad0cff785cae876 | |
parent | 5a89b610286896d3fc647e66fd9d559465a74f6b (diff) | |
parent | 1a2a193135f5ea1baaff91d1605dc66b7adb291e (diff) | |
download | gitlab-ce-76af5a1db73155c0a120f30cda9d60155146dfe1.tar.gz |
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce
-rw-r--r-- | doc/install/requirements.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/requirements.md b/doc/install/requirements.md index 10370d54fb1..46a98397aa3 100644 --- a/doc/install/requirements.md +++ b/doc/install/requirements.md @@ -40,7 +40,7 @@ We love [JRuby](http://jruby.org/) and [Rubinius](http://rubini.us/)) but GitLab ### CPU -- 1 core works supports up to 100 users but the application will not be responsive +- 1 core works supports up to 100 users but the application can be a bit slower due to having all workers and background jobs running on the same core - **2 cores** is the **recommended** number of cores and supports up to 500 users - 4 cores supports up to 2,000 users - 8 cores supports up to 5,000 users |