diff options
author | Sytse Sijbrandij <sytses@gmail.com> | 2014-07-25 08:57:56 +0000 |
---|---|---|
committer | Sytse Sijbrandij <sytses@gmail.com> | 2014-07-25 08:57:56 +0000 |
commit | 1a2a193135f5ea1baaff91d1605dc66b7adb291e (patch) | |
tree | 80d5340755276f585cae8a27c348b28c022005a1 | |
parent | 414afd68f3b9c529fa9de9f60bfe86994b1fda81 (diff) | |
parent | 6eb50a69f4a1bb55fa7848a6aad68faa45f982c2 (diff) | |
download | gitlab-ce-1a2a193135f5ea1baaff91d1605dc66b7adb291e.tar.gz |
Merge branch 'word-requirement-a-bit-more-realistic' into 'master'
Word requirement a bit more realistic
See commit message
See merge request !155
-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 |