]> git.parisson.com Git - teleforma.git/commitdiff
increase number of processes
authorGuillaume Pellerin <guillaume.pellerin@parisson.com>
Thu, 24 Jul 2025 03:59:48 +0000 (05:59 +0200)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Thu, 24 Jul 2025 03:59:48 +0000 (05:59 +0200)
app/wsgi.ini

index 19d49938ded3d6200db1d118d0a8c40493d42bf0..251babbf5f897e263c90c8f8b3f50a46e3ce0dca 100644 (file)
@@ -42,12 +42,12 @@ forkbomb-delay = 0
 thunder-lock = true
 
 cheaper-algo = busyness
-processes = 192                      ; Maximum number of workers allowed
+processes = 256                      ; Maximum number of workers allowed
 #threads = 2
-cheaper = 24                         ; Minimum number of workers allowed
+cheaper = 32                         ; Minimum number of workers allowed
 cheaper-initial = 32                 ; Workers created at startup
 cheaper-overload = 10                ; Length of a cycle in seconds
-cheaper-step = 16                    ; How many workers to spawn at a time
+cheaper-step = 24                    ; How many workers to spawn at a time
 
 cheaper-busyness-multiplier = 30     ; How many cycles to wait before killing workers
 cheaper-busyness-min = 20            ; Below this threshold, kill workers (if stable for multiplier cycles)