[pypy-issue] [issue1257] Memory leak when using web.py

Armin Rigo tracker at bugs.pypy.org
Fri Jun 21 12:46:24 CEST 2013


Armin Rigo <armin.rigo at gmail.com> added the comment:

Cannot reproduce, at least on PyPy 2.0.2.  After a run time of 2 minutes the
PyPy process is still only at 70MB of resident size.  Tested by running "pip
install web.py cherrypy" and "pypy test_httpservice2.py" and "while /bin/true;
do wget --quiet --no-check-certificate https://127.0.0.1:8700 && rm index.html*;
done".

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1257>
________________________________________


More information about the pypy-issue mailing list