diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-08-09 18:01:50 +0000 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-08-09 18:01:50 +0000 |
commit | d28077204aab631f4baf0bfa763af6a9aec7f79c (patch) | |
tree | 7a26102f34bb341bbc85792cd6eca8452a083f85 | |
parent | 8c34c94a4fbcbaee9caa5163b6c7f9502e2080a5 (diff) | |
parent | ab19a966f025a1954c57380b77a7c00a4f7e52be (diff) | |
download | gitlab-ce-d28077204aab631f4baf0bfa763af6a9aec7f79c.tar.gz |
Merge branch 'sidekiq-and-ram' into 'master'
Sidekiq and ram
/cc @jacobvosmaer
See merge request !1011
-rw-r--r-- | doc/install/requirements.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/install/requirements.md b/doc/install/requirements.md index 46a98397aa3..cfd34173ec7 100644 --- a/doc/install/requirements.md +++ b/doc/install/requirements.md @@ -63,6 +63,8 @@ Or if you use SSD you can configure 2GB of swap to use two Unicorn workers and h - 32GB supports up to 20,000 users - 64GB supports up to 40,000 users +Notice: The 25 workers of Sidekiq will show up as separate processes in your process overview (such as top or htop) but they share the same RAM allocation since Sidekiq is a multithreaded application. + ### Storage The necessary hard drive space largely depends on the size of the repos you want to store in GitLab. But as a *rule of thumb* you should have at least twice as much free space as your all repos combined take up. You need twice the storage because [GitLab satellites](structure.md) contain an extra copy of each repo. |