debian: use cheaper uwsgi subsystem (#45260)

This commit is contained in:
Frédéric Péters 2020-07-24 13:57:37 +02:00
parent 69d0db973d
commit 21a98231c1
1 changed files with 21 additions and 2 deletions

23
debian/uwsgi.ini vendored
View File

@ -1,18 +1,37 @@
[uwsgi]
auto-procname = true
procname-prefix-spaced = fargo
strict = true
plugin = python3
single-interpreter = true
module = fargo.wsgi:application
need-app = true
http-socket = /run/fargo/fargo.sock
chmod-socket = 666
vacuum = true
master = true
processes = 5
harakiri = 120
enable-threads = true
harakiri = 120
processes = 500
plugin = cheaper_busyness
cheaper-algo = busyness
cheaper = 5
cheaper-initial = 10
cheaper-overload = 5
cheaper-step = 10
cheaper-busyness-multiplier = 30
cheaper-busyness-min = 20
cheaper-busyness-max = 70
cheaper-busyness-backlog-alert = 16
cheaper-busyness-backlog-step = 2
max-requests = 500
max-worker-lifetime = 7200
buffer-size = 32768