On Sat, Oct 8, 2011 at 1:56 AM, Andy <angelf...@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)
>
>
>
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
http://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to