remove one wsgi worker to save some ram

This commit is contained in:
Oliver Marks 2018-02-04 10:11:05 +00:00
parent 63f5402170
commit ac1e0c4bb6
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 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