lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


>This seems very strange to me but i have seen it repeatedly now.  I have
>embedded lua into a cgi to act as a simple templating engine and the cgi
>is execute approx 500k times a day but once a day - it cores. Looking at

If it's a CGI, then you probably don't need (or want) GC.
I doubt this is a GC problem, but try turning GC off and see if it helps.
It looks like a memory full problem to me. Could that be??

--lhf