Commit ec837932d0296e06ec3d9ca6cf434a62439e39da
Exists in
spb-stable
and in
2 other branches
Merge pull request #7036 from willkara/patch-1
Too many zeros in CPU req listing
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
doc/install/requirements.md
@@ -49,9 +49,9 @@ We love [JRuby](http://jruby.org/) and [Rubinius](http://rubini.us/)) but GitLab | @@ -49,9 +49,9 @@ We love [JRuby](http://jruby.org/) and [Rubinius](http://rubini.us/)) but GitLab | ||
49 | - **2 cores** is the **recommended** number of cores and supports up to 500 users | 49 | - **2 cores** is the **recommended** number of cores and supports up to 500 users |
50 | - 4 cores supports up to 2,000 users | 50 | - 4 cores supports up to 2,000 users |
51 | - 8 cores supports up to 5,000 users | 51 | - 8 cores supports up to 5,000 users |
52 | -- 16 cores supports up to 10,0000 users | ||
53 | -- 32 cores supports up to 20,0000 users | ||
54 | -- 64 cores supports up to 40,0000 users | 52 | +- 16 cores supports up to 10,000 users |
53 | +- 32 cores supports up to 20,000 users | ||
54 | +- 64 cores supports up to 40,000 users | ||
55 | 55 | ||
56 | ## Memory | 56 | ## Memory |
57 | 57 |