Commit 70c11f8a authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'calebcooper-puma-max-mem-default' into 'master'

Docs: Update Installation requirements for Puma max memory

See merge request gitlab-org/gitlab!67610
parents 9f999994 fd9ada2e
......@@ -256,6 +256,12 @@ of [legacy Rugged code](../administration/gitaly/index.md#direct-access-to-git-i
higher, due to how [Ruby MRI multi-threading](https://en.wikipedia.org/wiki/Global_interpreter_lock)
works.
### Puma per worker maximum memory
By default, each Puma worker will be limited to 1024 MB of memory.
This setting [can be adjusted](../administration/operations/puma.md#puma-worker-killer) and should be considered
if you need to increase the number of Puma workers.
## Redis and Sidekiq
Redis stores all user sessions and the background task queue.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment