lua-users home
lua-l archive

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


On Thursday 08, Leonardo Maciel wrote:
> > Step collection at memlimit:
> > max_memused=65536
> > peak_memused=65535
> > time=10.55 secs
> >
> > Step collection at memlimit.
> > max_memused=62000
> > peak_memused=61999
> > time=27.52 secs
>
> Hi Robert, care to explain the difference between these two runs? Thanks,
> Leonardo
max_memused is the memlimit.  The second run has a lower memlimit so it has to 
run the step collection more then the first run.  I included the second run 
to show how step collection at limit 62000 compares to always full gc with 
it's peak_memused of 60518.  The step collection methods can't get the 
peak_memused as low as the always full gc method.

-- 
Robert G. Jakabosky