I've been using on nginx+uwsgi without issue and now its started to kill my vps container, by pushing the cpu to 100% and eventually exhausting ram, forcing a reboot. And it doesn't last long either between 5-30mins before uwsgi is pushing 90-100% CPU
nginx seems fine, and the site isn't that popular (using mercurial+nginx/uwsgi) exec /root/uwsgi-1.9.4/uwsgi --master --enable-threads --idle 30 --socket /var/lib/mercurial-server/repos/hg.sock --pidfile /var/run/hgweb.pid --disable-logging --daemonize /var/log/uwsgi.log --chdir /var/lib/mercurial-server/repos --pp -M -p 4 -w hgweb Is there something I can do to improve ram/cpu constraints of uwsgi? Log: http://pastebin.com/AkehgyFe
_______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
