From 5fa0524dbe9bc465e1a6dbca7a68f3c401971465 Mon Sep 17 00:00:00 2001 From: Oly Date: Wed, 2 May 2018 14:25:14 +0100 Subject: [PATCH] Reduce workers by one --- compose/django/live-gunicorn-mhackspace.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose/django/live-gunicorn-mhackspace.sh b/compose/django/live-gunicorn-mhackspace.sh index 66e4058..ef10eaf 100755 --- a/compose/django/live-gunicorn-mhackspace.sh +++ b/compose/django/live-gunicorn-mhackspace.sh @@ -2,4 +2,4 @@ #python /app/manage.py collectstatic --noinput #python /app/manage.py compilescss -/usr/local/bin/gunicorn config.wsgi -w 3 -b unix:/data/sockets/live-gunicorn-mhackspace.sock --error-logfile /var/log/gunicorn/live-gunicorn-mhackspace.log --chdir=/app +/usr/local/bin/gunicorn config.wsgi -w 2 -b unix:/data/sockets/live-gunicorn-mhackspace.sock --error-logfile /var/log/gunicorn/live-gunicorn-mhackspace.log --chdir=/app