From 2e6baa2c3e5a677c06056d8b89f797881ad7f88f Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 14 Dec 2015 09:40:26 +0100 Subject: [PATCH] reduce procs, increase threads --- app/deploy/start_app.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/deploy/start_app.sh b/app/deploy/start_app.sh index 8cbab926..24c983a5 100644 --- a/app/deploy/start_app.sh +++ b/app/deploy/start_app.sh @@ -8,8 +8,8 @@ static='/opt/static/' # uwsgi params port=8000 -processes=16 -threads=2 +processes=8 +threads=8 autoreload=3 # stating apps -- 2.39.5