lua-users home
lua-l archive

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


> I think I concluded from my mid-November fiddling that stepmul>2 is
> *mostly* a red herring, and changing the threshold growth factor as
> above is a more effective way of restricting memory growth).

We are mostly blind in this area. It would be a good idea to fix
stepmul as 2 and set a variable multiplier for the estimate? Something
like

  g->GCthreshold = (g->estimate/1024) * g->someValue;

-- Roberto