Commit 7eb1e04e58e3c1675eee97fde1b90b976be775ff
1 parent
40b949ab
Exists in
master
and in
4 other branches
Update memory requirements after puma.
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
doc/install/requirements.md
... | ... | @@ -45,7 +45,10 @@ We recommend a processor with **4 cores**. At a minimum you need a processor wit |
45 | 45 | |
46 | 46 | ## Memory |
47 | 47 | |
48 | -We recommend you to run GitLab on a server with at least **1GB of RAM** memory. You can use it with 512MB of memory but you need to setup unicorn to use only 1 worker and you need at least 200MB of swap. The minimal requirement for an unmodified installation is 768MB. With 1.5GB of memory you should be able to support 1000+ users. | |
48 | +- 512MB is too little memory, GitLab will be very slow you will need 250MB of swap | |
49 | +- 768MB is the minimal memory size and supports up to 100 users | |
50 | +- **1GB** is the **recommended** memory size and supports up to 1,000 users | |
51 | +- 1.5GB supports up to 10,000 users | |
49 | 52 | |
50 | 53 | ## Storage |
51 | 54 | ... | ... |