RFR: Use soft max capacity only for trigger calculations
Kelvin Nilsen
kdnilsen at openjdk.org
Wed May 17 18:04:43 UTC 2023
On Wed, 17 May 2023 17:49:56 GMT, William Kemper <wkemper at openjdk.org> wrote:
> Use the soft max heap capacity only for the trigger's availability calculations. Our current generation sizing calculations cannot tolerate arbitrary changes to capacity. This use of soft max heap is consistent with original non-generational behavior. Here, the soft max heap capacity is applied directly as the heuristics view of the capacity of the young generation.
Thanks for cleaning this up
-------------
Marked as reviewed by kdnilsen (Committer).
PR Review: https://git.openjdk.org/shenandoah/pull/280#pullrequestreview-1431271049
More information about the shenandoah-dev
mailing list