remove one wsgi worker to save some ram
This commit is contained in:
parent
63f5402170
commit
ac1e0c4bb6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue