diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-05-13 02:18:48 -0700 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-05-13 02:18:48 -0700 |
commit | caf970398cced770389b416e062dd556b097c946 (patch) | |
tree | 1f32e2bb596869ab69720406e2c484a23400d2d8 | |
parent | 8203c2a14765543a4d6016e47d9a59cb348697b7 (diff) | |
parent | bbd33a0d4d5fdb393da33fed4246b35e983edfd3 (diff) | |
download | gitlab-ce-caf970398cced770389b416e062dd556b097c946.tar.gz |
Merge pull request #3920 from bbodenmiller/patch-7
fixed fact about memory usage
-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 6b7b4bdab0b..5c48e94f9fc 100644 --- a/doc/install/requirements.md +++ b/doc/install/requirements.md @@ -45,7 +45,7 @@ We recommend a processor with **4 cores**. At a minimum you need a processor wit ## Memory -- 512MB is too little memory, GitLab will be very slow you will need 250MB of swap +- 512MB is too little memory, GitLab will be very slow and you will need 250MB of swap - 768MB is the minimal memory size and supports up to 100 users - **1GB** is the **recommended** memory size and supports up to 1,000 users - 1.5GB supports up to 10,000 users |