mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-22 02:56:06 +10:00
Merge pull request #7974 from bbodenmiller/patch-2
number formatting fix
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user