Commit 01799721dc6cbc1dbfbd72b2b0d5fc128ac03da9

Authored by dosire
1 parent 2bfd95d8

Take into account active users.

Showing 1 changed file with 14 additions and 8 deletions   Show diff stats
doc/install/requirements.md
@@ -43,18 +43,24 @@ We love [JRuby](http://jruby.org/) and [Rubinius](http://rubini.us/)) but GitLab @@ -43,18 +43,24 @@ We love [JRuby](http://jruby.org/) and [Rubinius](http://rubini.us/)) but GitLab
43 43
44 ## CPU 44 ## CPU
45 45
46 -- 1 core works for under 100 users but the responsiveness might suffer  
47 -- **2 cores** is the **recommended** number of cores and supports up to 100 users  
48 -- 4 cores supports up to 1,000 users  
49 -- 8 cores supports up to 10,000 users 46 +- 1 core works supports up to 100 users but the application will not be responsive
  47 +- **2 cores** is the **recommended** number of cores and supports up to 500 users
  48 +- 4 cores supports up to 2,000 users
  49 +- 8 cores supports up to 5,000 users
  50 +- 16 cores supports up to 10,0000 users
  51 +- 32 cores supports up to 20,0000 users
  52 +- 64 cores supports up to 40,0000 users
50 53
51 ## Memory 54 ## Memory
52 55
53 -- 512MB is too little memory, GitLab will be very slow and you will need 250MB of swap  
54 -- 768MB is the minimal memory size but we advise against this 56 +- 512MB is the abolute minimum, you need 256MB of swap, you can configure only one slow unicorn worker, only ssh access will work, we do not recommend this
55 - 1GB supports up to 100 users (with individual repositories under 250MB, otherwise git memory usage necessitates using swap space) 57 - 1GB supports up to 100 users (with individual repositories under 250MB, otherwise git memory usage necessitates using swap space)
56 -- **2GB** is the **recommended** memory size and supports up to 1,000 users  
57 -- 4GB supports up to 10,000 users 58 +- **2GB** is the **recommended** memory size and supports up to 500 users
  59 +- 4GB supports up to 2,000 users
  60 +- 8GB supports up to 5,000 users
  61 +- 16GB supports up to 10,000 users
  62 +- 32GB supports up to 20,000 users
  63 +- 64GB supports up to 40,000 users
58 64
59 ## Storage 65 ## Storage
60 66