diff options
author | Sytse Sijbrandij <sytse@dosire.com> | 2013-03-23 15:56:29 +0100 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-03-26 10:46:53 +0200 |
commit | ec1a37875d2be29835d0ac165db22a19ca269e38 (patch) | |
tree | edd21bc0abcb4b0423f2ea8219527feacc79a839 /doc | |
parent | 90db28d6d0a031cad8dc58bc5936e381ce82a764 (diff) | |
download | gitlab-ce-ec1a37875d2be29835d0ac165db22a19ca269e38.tar.gz |
Added memory requirements based on https://news.ycombinator.com/item?id=5423851
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install/requirements.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/install/requirements.md b/doc/install/requirements.md index ec5b013c5d8..d71b8f54630 100644 --- a/doc/install/requirements.md +++ b/doc/install/requirements.md @@ -54,3 +54,9 @@ some work on your part. If you have troubles installing GitLab following the official installation guide or want to share your experience installing GitLab on a not officially supported platform, please follow the the contribution guide (see CONTRIBUTING.md). + + + +# Memory requirements + +To run GitLab without any changes you need 1GB of 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. On a server with 1.5GB of memory you are able to support 1000+ users. |