[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: .. garbage collection...
- From: Roberto Ierusalimschy <roberto@...>
- Date: Fri, 26 Jan 2001 13:55:46 -0200
> Hi I'm fairly new to lua and just had a quick question for you guys. I'm
> running a single lua state with a bunch of precompiled small lua scripts.
> Now the problem I had was that a single script never went anywhere close to
> the default garbage collection threshold. When running another script
> though the threshold was bumped up once again, this eventually cascades
> until I'm out of memory (small memory model constraints for what I'm doing).
Could you send us a minimum version of the scripts that reproduce the
problem? That should not happen :-(
-- Roberto