[pypy-issue] [issue907] Stacklets running out of memory on higher optimisation levels

Armin Rigo tracker at bugs.pypy.org
Sun Oct 16 16:56:44 CEST 2011


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

If you add a gc.collect() regularly in the RPython code, does it fix the issue?
 If it does, then it should be relatively simple: your code creates a lot of
stacklets and not much else, and the memory consumed by a stacklet is not taken
into account by the GC to decide when to run the next collection.  We need to
fix this.

----------
status: unread -> chatting

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


More information about the pypy-issue mailing list