[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Help: Crash in garbage collection
- From: Linker <linker.m.lin@...>
- Date: Fri, 16 Oct 2009 19:38:17 +0800
Hi Tom, You can just stop the GC for saving your data by calling:
collectgarbage("stop")
It's not a solution for your problem, but just a work around.(May your time is limited.)
Thanks.