diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-01-18 12:24:26 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-01-18 12:24:26 +0000 |
commit | 96808199b24c24923ccdb2e5299a5b2d73e6f85d (patch) | |
tree | bc1e100749c96c971e4fce1aaa0adbaec2bbc148 | |
parent | 4d7792bc388d72a8ce6c2f84e102ba68a28dae81 (diff) | |
parent | a757c4a24f110aa25ad36dd347d499cf859e4d0d (diff) | |
download | gitlab-ce-96808199b24c24923ccdb2e5299a5b2d73e6f85d.tar.gz |
Merge branch 'efficient-clone' into 'master'
Efficient Clone
Since https://github.com/gitlabhq/grack/pull/1 this warning is no longer needed I think.
-rw-r--r-- | doc/install/requirements.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/requirements.md b/doc/install/requirements.md index 7d85e8d1fbe..678c109b266 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 - **2GB** is the **recommended** memory size and supports up to 1,000 users - 4GB supports up to 10,000 users |