diff options
author | dosire <sytses@gmail.com> | 2014-04-21 12:34:08 +0200 |
---|---|---|
committer | dosire <sytses@gmail.com> | 2014-04-21 12:34:08 +0200 |
commit | 01799721dc6cbc1dbfbd72b2b0d5fc128ac03da9 (patch) | |
tree | 89ff1015f092fdb1aab27bcf5beceba11dfe7c9a /doc | |
parent | 2bfd95d8502607ee8c41675b1711a6710b1e05e1 (diff) | |
download | gitlab-ce-01799721dc6cbc1dbfbd72b2b0d5fc128ac03da9.tar.gz |
Take into account active users.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install/requirements.md | 22 |
1 files changed, 14 insertions, 8 deletions
diff --git a/doc/install/requirements.md b/doc/install/requirements.md index 56a2a5efeb0..62e21dc72bb 100644 --- a/doc/install/requirements.md +++ b/doc/install/requirements.md @@ -43,18 +43,24 @@ We love [JRuby](http://jruby.org/) and [Rubinius](http://rubini.us/)) but GitLab ## CPU -- 1 core works for under 100 users but the responsiveness might suffer -- **2 cores** is the **recommended** number of cores and supports up to 100 users -- 4 cores supports up to 1,000 users -- 8 cores supports up to 10,000 users +- 1 core works supports up to 100 users but the application will not be responsive +- **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 +- 16 cores supports up to 10,0000 users +- 32 cores supports up to 20,0000 users +- 64 cores supports up to 40,0000 users ## Memory -- 512MB is too little memory, GitLab will be very slow and you will need 250MB of swap -- 768MB is the minimal memory size but we advise against this +- 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 - 1GB supports up to 100 users (with individual repositories under 250MB, otherwise git memory usage necessitates using swap space) -- **2GB** is the **recommended** memory size and supports up to 1,000 users -- 4GB supports up to 10,000 users +- **2GB** is the **recommended** memory size and supports up to 500 users +- 4GB supports up to 2,000 users +- 8GB supports up to 5,000 users +- 16GB supports up to 10,000 users +- 32GB supports up to 20,000 users +- 64GB supports up to 40,000 users ## Storage |