]> git.parisson.com Git - teleforma.git/commitdiff
tune uwsgi
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 29 Jun 2021 00:36:36 +0000 (02:36 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 29 Jun 2021 00:36:36 +0000 (02:36 +0200)
app/wsgi.ini

index d1b93b2b9414c2bd231e06a8ae9d951bc93e01cc..2f1d2f030e8b2fb7446bbc27bfc597e353d8cece 100644 (file)
@@ -31,8 +31,8 @@ worker-reload-mercy = 60             ; How long to wait before forcefully killin
 
 cheaper-algo = busyness
 processes = 128                      ; Maximum number of workers allowed
-cheaper =                          ; Minimum number of workers allowed
-cheaper-initial = 32                 ; Workers created at startup
+cheaper = 32                         ; 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