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

dremon tracker at bugs.pypy.org
Sun Sep 9 21:59:22 CEST 2012


New submission from dremon <dmitry at pankratov.net>:

web.py, used as a standalone HTTP server. I noticed a steady resident memory
growth of the pypy process, probably objects are not being gc'ed. With pyopenssl
adapter it grows faster.
Attached is a test script (requires web.py and pyopenssl).
Commands used for client connection:
while `/bin/true`; do curl http://localhost:8700; done
while `/bin/true`; do curl -k https://localhost:8700; done

----------
files: test_httpservice.py
messages: 4731
nosy: dremon, pypy-issue
priority: bug
status: unread
title: Memory leak when using web.py

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


More information about the pypy-issue mailing list