summaryrefslogtreecommitdiff
path: root/doc/install/requirements.md
diff options
context:
space:
mode:
authorSytse Sijbrandij <sytses@gmail.com>2014-06-19 08:22:58 +0200
committerSytse Sijbrandij <sytses@gmail.com>2014-06-19 08:22:58 +0200
commit98e53b816fb59fdb12b383a72f55c3b93a065463 (patch)
tree3a3f95f30bec7e65ff924dc0a7f4808379d72fb5 /doc/install/requirements.md
parent67934145e88e439c4266d6a4f19372f170fc6095 (diff)
downloadgitlab-ce-98e53b816fb59fdb12b383a72f55c3b93a065463.tar.gz
People report that 2GB of swap on Digital Ocean also does the trick.
Diffstat (limited to 'doc/install/requirements.md')
-rw-r--r--doc/install/requirements.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/install/requirements.md b/doc/install/requirements.md
index d7c4c4da2ed..9f7c03badcf 100644
--- a/doc/install/requirements.md
+++ b/doc/install/requirements.md
@@ -59,7 +59,11 @@ We love [JRuby](http://jruby.org/) and [Rubinius](http://rubini.us/)) but GitLab
### Memory
-- 512MB is the absolute minimum but we do not recommend this amount of memory, you'll need to configure a minimum swap of 256MB, you're memory will only allow you to run one slow unicorn worker, things will case only git ssh access to work because the git http access requires two running workers (one to receive the user request and one for the authorization check),
+- 512MB is the absolute minimum but we do not recommend this amount of memory.
+You will either need to configure a minimum swap of 256MB and this will only allow you to run one slow unicorn worker.
+One unicorn worker will cause only git ssh access to work because the git http access requires two running workers.
+It requires one worker to receive the user request and one worker for the authorization check.
+Or if you use SSD you can configure 2GB of swap to use two Unicorn workers and have slow operation with http access.
- 1GB supports up to 100 users (with individual repositories under 250MB, otherwise git memory usage necessitates configuring swap space)
- **2GB** is the **recommended** memory size and supports up to 500 users
- 4GB supports up to 2,000 users