lua-users home
lua-l archive

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


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.

--
Regards,
Linker Lin
linker.m.lin@gmail.com