While running a benchmark as described here: http://mindref.blogspot.com/2012/09/python-fastest-web-framework.html
for uwsgi 1.3 and python 3.3 (same applies to python 3.2) I noticed worker processes memory leaks. This leak appears regardless web framework used and even with plain wsgi example: https://bitbucket.org/akorn/helloworld/src/tip/wsgi/app.py Steps to reproduce (Debian Testing, Kernel 3.2 amd64): hg clone https://bitbucket.org/akorn/helloworld cd helloworld make env VERSION=3.3 make wsgi VERSION=3.3 Run apache benchmark to http://yourserver:8080/welcome and notice constant grow for process resident and virtual size. I was using locally compiled version of python 3.3 as described here: http://mindref.blogspot.com/2011/09/compile-python-from-source.html P.S. There is no such issue running uWSGI 1.3 + python2.7.3 Thanks. Andriy _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
