summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Lewis <mlewis@gitlab.com>2018-06-30 03:10:43 +0000
committerMike Lewis <mlewis@gitlab.com>2018-06-30 03:10:43 +0000
commit854d39ad61424c4f2c186923fbc679a9bf55dedd (patch)
tree64a071db5b807a465149ffe5ef26d3a0099fb922
parent00c1a58b096a8a03236442e6916d8b0a02d5919e (diff)
parent0cd5d968038d6d64d95add0bbe3d63d8fcfdc23b (diff)
downloadgitlab-ce-854d39ad61424c4f2c186923fbc679a9bf55dedd.tar.gz
Merge branch 'docs/install-requirements' into 'master'
Update requirements.md to make 8GB the minimum instance size See merge request gitlab-org/gitlab-ce!20133
-rw-r--r--doc/install/requirements.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/doc/install/requirements.md b/doc/install/requirements.md
index 1f399a8a3f7..5531dcde4e9 100644
--- a/doc/install/requirements.md
+++ b/doc/install/requirements.md
@@ -64,16 +64,14 @@ If you have enough RAM memory and a recent CPU the speed of GitLab is mainly lim
### Memory
-You need at least 4GB of addressable memory (RAM + swap) to install and use GitLab!
+You need at least 8GB of addressable memory (RAM + swap) to install and use GitLab!
The operating system and any other running applications will also be using memory
so keep in mind that you need at least 4GB available before running GitLab. With
less memory GitLab will give strange errors during the reconfigure run and 500
errors during usage.
-- 1GB RAM + 3GB of swap is the absolute minimum but we strongly **advise against** this amount of memory. See the [unicorn worker section below](#unicorn-workers) for more advice.
-- 2GB RAM + 2GB swap supports up to 100 users but it will be very slow
-- **4GB RAM** is the **recommended** memory size for all installations and supports up to 100 users
-- 8GB RAM supports up to 1,000 users
+- 4GB RAM + 4GB swap supports up to 100 users but it will be very slow
+- **8GB RAM** is the **recommended** memory size for all installations and supports up to 100 users
- 16GB RAM supports up to 2,000 users
- 32GB RAM supports up to 4,000 users
- 64GB RAM supports up to 8,000 users