Commit ec1a37875d2be29835d0ac165db22a19ca269e38

Authored by Sytse Sijbrandij
Committed by Dmitriy Zaporozhets
1 parent 90db28d6

Added memory requirements based on https://news.ycombinator.com/item?id=5423851

Showing 1 changed file with 6 additions and 0 deletions   Show diff stats
doc/install/requirements.md
@@ -54,3 +54,9 @@ some work on your part. @@ -54,3 +54,9 @@ some work on your part.
54 If you have troubles installing GitLab following the official installation guide 54 If you have troubles installing GitLab following the official installation guide
55 or want to share your experience installing GitLab on a not officially supported 55 or want to share your experience installing GitLab on a not officially supported
56 platform, please follow the the contribution guide (see CONTRIBUTING.md). 56 platform, please follow the the contribution guide (see CONTRIBUTING.md).
  57 +
  58 +
  59 +
  60 +# Memory requirements
  61 +
  62 +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.