Commit e52c4a62f23ebc53f65b1acdbbe3e7c055e8a9d7
1 parent
64b1956b
Exists in
spb-stable
and in
2 other branches
Too many zeros in CPU req listing
There were too many zeros in the listing of users for CPU's.
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 | 49 | - **2 cores** is the **recommended** number of cores and supports up to 500 users |
50 | 50 | - 4 cores supports up to 2,000 users |
51 | 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 | 56 | ## Memory |
57 | 57 | ... | ... |