From fd9ada2e4c04e2c7bae94e81f6ae459998247c71 Mon Sep 17 00:00:00 2001
From: Caleb Cooper <ccooper@gitlab.com>
Date: Thu, 9 Sep 2021 15:52:46 +0000
Subject: [PATCH] Docs: Update Installation requirements for Puma max memory

---
 doc/install/requirements.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/doc/install/requirements.md b/doc/install/requirements.md
index e8ea456e02239..c5b120aa69e87 100644
--- a/doc/install/requirements.md
+++ b/doc/install/requirements.md
@@ -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.
-- 
GitLab