diff options
author | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2013-05-13 01:34:46 -0600 |
---|---|---|
committer | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2013-05-13 01:34:46 -0600 |
commit | bbd33a0d4d5fdb393da33fed4246b35e983edfd3 (patch) | |
tree | 8733069cc1d463e602fadfc3a0e5a6b7faf335d3 /doc/install | |
parent | 6e1ee1fea6400c3621005f1b79e1b8dab43cd000 (diff) | |
download | gitlab-ce-bbd33a0d4d5fdb393da33fed4246b35e983edfd3.tar.gz |
fixed fact about memory usage
Diffstat (limited to 'doc/install')
-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 |