diff options
author | Stan Hu <stanhu@gmail.com> | 2016-06-26 02:51:52 +0000 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2016-06-26 02:51:52 +0000 |
commit | 6acdf1fcb56c1564c4ba3649bdc74bd039adf576 (patch) | |
tree | 84015be67611ae8a7e1f12a6b7fb830078bef7f0 | |
parent | 81fd9149489f65a87602f56ce8267bb90c3c6324 (diff) | |
parent | fa60c18a2ece57c39eaa172ca48dc0228a8bcb5c (diff) | |
download | gitlab-ce-6acdf1fcb56c1564c4ba3649bdc74bd039adf576.tar.gz |
Merge branch 'patch-1' into 'master'
Removed unneeded word
Pretty simple, improved the wording a bit.
See merge request !4920
-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 09c6211b3ab..a65ac8a5f79 100644 --- a/doc/install/requirements.md +++ b/doc/install/requirements.md @@ -52,7 +52,7 @@ If you have enough RAM memory and a recent CPU the speed of GitLab is mainly lim ### CPU -- 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 +- 1 core 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 |