Re: how to tune generational collector in work3?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: how to tune generational collector in work3?
- From: Roberto Ierusalimschy <roberto@...>
- Date: Tue, 1 Jun 2010 09:45:29 -0300
> Also, would it make sense to adjust generational collection
> so that short gc leaves uncollected objects white,
> while full gc creates old objects?
With that change, objects would become old only in major collections.
I am afraid it would make the nursery too big.
-- Roberto