From ac1e0c4bb6df5d990d87639575b019106337dad5 Mon Sep 17 00:00:00 2001 From: Oliver Marks Date: Sun, 4 Feb 2018 10:11:05 +0000 Subject: [PATCH] remove one wsgi worker to save some ram --- 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 ae2938a..66e4058 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 4 -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 3 -b unix:/data/sockets/live-gunicorn-mhackspace.sock --error-logfile /var/log/gunicorn/live-gunicorn-mhackspace.log --chdir=/app