Reduce workers by one

This commit is contained in:
Oly 2018-05-02 14:25:14 +01:00
parent 54a90f8359
commit 5fa0524dbe
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@
#python /app/manage.py collectstatic --noinput #python /app/manage.py collectstatic --noinput
#python /app/manage.py compilescss #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