Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8043573

G1NewSizePercent is too coarse on very large heaps

XMLWordPrintable

    • gc

      G1NewSizePercent is used to specify the minimum young gen size as percentage of the total heap. It is a percentage, i.e valid values range from 0 to 100.

      For large heaps (>100G) this can be too coarse: even specifying one percent may specify a minimum young gen size that makes it very hard to reach small pause time goals, particularly for mixed collections.

      Try to come up with some way to lift this restriction.

            Unassigned Unassigned
            tschatzl Thomas Schatzl
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: