[pypy-dev] Benchmarking PyPy performance on real-world Django app
Maciej Fijalkowski
fijall at gmail.com
Sat Oct 8 02:11:36 CEST 2011
On Sat, Oct 8, 2011 at 1:56 AM, Andy <angelflow at yahoo.com> wrote:
> What causes Tornado's memory usage to grow constantly? Is it a bug in PyPy
> or Tornado?
PyPy. It does get freed at *some point*, but some point is too far in
the future. It was about objects like sockets and hashes not
accounting for memory usage by underlaying structures.
> ________________________________
> It *might* be the same thing as with tornado where memory usage grows
> constantly. Justin peel is working on it and it'll be in 1.7 some time
> soon (it does not have to though, but it does sound remarkably
> similar)
>
>
>
More information about the pypy-dev
mailing list