summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dzaporozhets@gitlab.com>2014-11-12 14:44:26 +0000
committerDmitriy Zaporozhets <dzaporozhets@gitlab.com>2014-11-12 14:44:26 +0000
commit3bd12e992b40e1016e3431c58b8d6523219c78c3 (patch)
tree7da9cee1a2cced47ffa09bb921826c2044fc8b81
parentb952b890b46720252d78ee217f7bc31e6ed2a960 (diff)
parent5cf6d5949d6c776e24d3bd5c0b417000f1efc57a (diff)
downloadgitlab-ce-3bd12e992b40e1016e3431c58b8d6523219c78c3.tar.gz
Merge branch 'requirements_update' into 'master'
RAM Requirements update 512MB of RAM is not enough to install using omnibus-gitlab. Installation will fail in very random places. Manual installation might also fail with this low amount of RAM. See merge request !1249
-rw-r--r--doc/install/requirements.md7
1 files changed, 1 insertions, 6 deletions
diff --git a/doc/install/requirements.md b/doc/install/requirements.md
index ed194253148..fd59ac8a073 100644
--- a/doc/install/requirements.md
+++ b/doc/install/requirements.md
@@ -50,11 +50,6 @@ 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 will either need to configure 512MB or 1.5GB of swap space.
-With 512MB of swap space you must configure only one unicorn worker.
-With one unicorn worker only git over ssh access will work because the git over HTTP access requires two running workers (one worker to receive the user request and one worker for the authorization check).
-If you use SSD storage and configure 1.5GB of swap space you can use two Unicorn workers, this will allow HTTP access but it will still be slow.
- 1GB RAM + 1GB swap supports up to 100 users
- **2GB RAM** is the **recommended** memory size and supports up to 500 users
- 4GB RAM supports up to 2,000 users
@@ -90,7 +85,7 @@ On a very active server (10,000 active users) the Sidekiq process can use 1GB+ o
## Supported web browsers
- Chrome (Latest stable version)
-- Firefox (Latest released version and [latest ESR version](https://www.mozilla.org/en-US/firefox/organizations/))
+- Firefox (Latest released version and [latest ESR version](https://www.mozilla.org/en-US/firefox/organizations/))
- Safari 7+ (known problem: required fields in html5 do not work)
- Opera (Latest released version)
- IE 10+