-XX:InitialTenuringThreshold, -XX:MaxTenuringThreshold, and -XX:TargetSurvivorRatio

The tenuring threshold decides when an object can be promoted/moved from the Young Generation to the Old Generation. We can set the initial and maximum value of the tenuring threshold using the -XX:InitialTenuringThreshold and -XX:MaxTenuringThreshold JVM flags. We can also use -XX:TargetSurvivorRatio to specify the target utilization (as a percentage) of the Survivor Space at the end of a Young Generation GC.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset