[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: When are coroutines collected?
- From: "Javier Guerra" <javier@...>
- Date: Wed, 27 Feb 2008 11:00:27 -0500
On 2/27/08, David Given <dg@cowlark.com> wrote:
> With Lua 5.2 and a million coroutines I see about 800MB.
>
> *However*, if I stick your script in a function, and run it twice from
> the same Lua session, I *still* see about 800MB, so the memory isn't
> being leaked --- it's merely not being released back to the system.
doing it similarly he's seeing 2.6GB... doesn't seem right.
what might be the difference between yours and his test?
--
Javier