From fcd4a24243d8f9167bdaa9c0bb599dbac9c9d354 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Tue, 29 Jun 2021 02:37:58 +0200 Subject: [PATCH] tune again --- app/wsgi.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/wsgi.ini b/app/wsgi.ini index 2f1d2f03..46cdf39a 100644 --- a/app/wsgi.ini +++ b/app/wsgi.ini @@ -31,7 +31,7 @@ worker-reload-mercy = 60 ; How long to wait before forcefully killin cheaper-algo = busyness processes = 128 ; Maximum number of workers allowed -cheaper = 32 ; Minimum number of workers allowed +cheaper = 24 ; Minimum number of workers allowed cheaper-initial = 64 ; Workers created at startup cheaper-overload = 1 ; Length of a cycle in seconds cheaper-step = 16 ; How many workers to spawn at a time -- 2.39.5