From f26b2a09a2302dcd87113b08454352a1488180c8 Mon Sep 17 00:00:00 2001 From: Thomas NOEL Date: Wed, 24 Oct 2018 14:39:21 +0200 Subject: [PATCH] debian: refine uwsgi settings (#27385) --- debian/uwsgi.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/uwsgi.ini b/debian/uwsgi.ini index 4ffcf458..811c3db7 100644 --- a/debian/uwsgi.ini +++ b/debian/uwsgi.ini @@ -10,9 +10,10 @@ chmod-socket = 666 vacuum = true master = true -processes = 5 +processes = 10 harakiri = 120 enable-threads = true +max-requests = 500 buffer-size = 32768 @@ -20,6 +21,8 @@ py-tracebacker = /run/wcs/py-tracebacker.sock. stats = /run/wcs/stats.sock memory-report = true +ignore-sigpipe = true + if-file = /etc/wcs/uwsgi-local.ini include = /etc/wcs/uwsgi-local.ini endif = -- 2.19.1