summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <jacob@gitlab.com>2014-01-20 15:04:17 +0000
committerJacob Vosmaer <jacob@gitlab.com>2014-01-20 15:04:17 +0000
commit97cb5459cef7b0264d429d3c098d5e049edee640 (patch)
tree23372e614e2a95e7e47810012b94c4a97e360bfc
parentb04d6c2e61daad01ecf1b4a45cab6f54eae705bb (diff)
parent8d83322dd1a6b0d8b867e5ed9e1a3d66d6cdab52 (diff)
downloadgitlab-ce-97cb5459cef7b0264d429d3c098d5e049edee640.tar.gz
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
-rw-r--r--doc/install/requirements.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/requirements.md b/doc/install/requirements.md
index 7d85e8d1fbe..0a1539fb0d6 100644
--- a/doc/install/requirements.md
+++ b/doc/install/requirements.md
@@ -55,7 +55,7 @@ it might require some work since GitLab uses several Gems that have native exten
- 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
-- 1GB supports up to 100 users if you do not have individual repo's over 250MB
+- 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