Commit 97cb5459cef7b0264d429d3c098d5e049edee640
Exists in
spb-stable
and in
3 other branches
Merge branch 'clone-explanation' into 'master'
Explain where the memory recommendation comes from The 250MB repo limit is caused by the git command line. Also see MR !422
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
doc/install/requirements.md
... | ... | @@ -55,7 +55,7 @@ it might require some work since GitLab uses several Gems that have native exten |
55 | 55 | |
56 | 56 | - 512MB is too little memory, GitLab will be very slow and you will need 250MB of swap |
57 | 57 | - 768MB is the minimal memory size but we advise against this |
58 | -- 1GB supports up to 100 users if you do not have individual repo's over 250MB | |
58 | +- 1GB supports up to 100 users (with individual repositories under 250MB, otherwise git memory usage necessitates using swap space) | |
59 | 59 | - **2GB** is the **recommended** memory size and supports up to 1,000 users |
60 | 60 | - 4GB supports up to 10,000 users |
61 | 61 | ... | ... |