From 3efc5ae1fdadd68e4615946f20d448d323fefc40 Mon Sep 17 00:00:00 2001 From: Alex Vandiver Date: Wed, 28 Aug 2024 18:21:01 +0000 Subject: [PATCH] docs: Update docs about number of uwsgi processes that are run. --- docs/production/system-configuration.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/production/system-configuration.md b/docs/production/system-configuration.md index 077b4293f8..22e1c93339 100644 --- a/docs/production/system-configuration.md +++ b/docs/production/system-configuration.md @@ -191,8 +191,9 @@ Override the default uwsgi backlog of 128 connections. #### `uwsgi_processes` -Override the default `uwsgi` (Django) process count of 6 on hosts with -more than 3.5GiB of RAM, 4 on hosts with less. +Override the default `uwsgi` (Django) process count. It defaults to a sliding +scale between 3 workers for hosts with under 3GB RAM, up to 16 workers for hosts +with more than 24GB of RAM. #### `access_log_retention_days`