Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSytse Sijbrandij <sytses@gmail.com>2014-06-24 13:00:42 +0400
committerSytse Sijbrandij <sytses@gmail.com>2014-06-24 13:00:42 +0400
commit0c90697e0033e74b54a522421d752eb3757f5547 (patch)
tree7bece3be2317bc1d9ac55e5314dcf5a7e88c90f4 /doc/install/requirements.md
parentf4398835f4e9ce380c52142b7a407b3ec922905f (diff)
Change Redis to 25k.
Diffstat (limited to 'doc/install/requirements.md')
-rw-r--r--doc/install/requirements.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/requirements.md b/doc/install/requirements.md
index ccfa670565e..86ad3211b46 100644
--- a/doc/install/requirements.md
+++ b/doc/install/requirements.md
@@ -89,7 +89,7 @@ If you want to run the database separately, the **recommended** database size is
## Redis and Sidekiq
Redis stores all user sessions and the background task queue.
-The storage requirements for Redis are minimal, about 1kB per user.
+The storage requirements for Redis are minimal, about 25kB per user.
Sidekiq processes the background jobs with a multithreaded process.
This process starts with the entire Rails stack (200MB+) but it can grow over time due to memory leaks.
On a very active server (10.000 active users) the Sidekiq process can use 1GB+ of memory.