[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: how to tune generational collector in work3?
- From: "Juris Kalnins" <juris@...>
- Date: Mon, 31 May 2010 15:51:58 +0300
I'm trying to understand how stepmul and pause parameters
work in generational mode.
Added printfs to generationalcollection(), it seems that
_ every second luaC_step in generational mode is a full collection _.
Changing "setstepmul" and "setpause" change frequency of the steps,
but still every second step is a full one.
How these parameters should be set?