diff options
author | Robert Schilling <rschilling@student.tugraz.at> | 2014-10-06 19:30:35 +0200 |
---|---|---|
committer | Robert Schilling <rschilling@student.tugraz.at> | 2014-10-06 19:30:35 +0200 |
commit | 9f3e763358f9f83ca51cf5f89579bc593d75b98a (patch) | |
tree | a8764d5e75917d7148ff96ce1ed6ab89fbc951a7 | |
parent | 70004f4ef6160e788e6a600b9da06608c8559aa2 (diff) | |
parent | 897d69d6d5b88c964a94742d291d2d3a6e5b56c3 (diff) | |
download | gitlab-ce-9f3e763358f9f83ca51cf5f89579bc593d75b98a.tar.gz |
Merge pull request #7974 from bbodenmiller/patch-2
number formatting fix
-rw-r--r-- | doc/install/requirements.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/requirements.md b/doc/install/requirements.md index 49edf36f574..e2175399ec8 100644 --- a/doc/install/requirements.md +++ b/doc/install/requirements.md @@ -85,7 +85,7 @@ Redis stores all user sessions and the background task queue. 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. +On a very active server (10,000 active users) the Sidekiq process can use 1GB+ of memory. ## Supported webbrowsers |