Reduce workers by one
This commit is contained in:
parent
54a90f8359
commit
5fa0524dbe
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue