[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Suggest adding a "nopause" option to collectgarbage()
- From: Roberto Ierusalimschy <roberto@...>
- Date: Tue, 27 Sep 2016 18:54:12 -0300
> Lua 5.2.4
> My program is a busy MMORPG(massively multiplayer online role-playing
> game) server,
> I hope GC start a new cycle as soon as possible, so I set "gcpause" to
> 90 according to
> http://www.lua.org/manual/5.2/manual.html#2.5.
> I found that the progress stuck for a few seconds at the end of sweep
> state (before propagate state),
> the CPU's usage is quite high(99.9%).
I am not sure the manual is correct. Have you tried to set gcpause
to zero?
-- Roberto