你假笨JVM参数 – 004 MaxTenuringThreshold

你假笨的第四次分享: 序号:004 时间:2017-07-21 参数:-XX:MaxTenuringThreshold 含义: Sets the maximum tenuring threshold for use in adaptive GC sizing. The largest value is 15. The default value is 15 for the parallel (throughput) collector, and 6 for the CMS collector. 在可自动调整对象晋升老年代年龄阈值的GC中,该参数用于设置上述年龄阈值的最大值 参数值最大为15 Parallel Scavenge中默认值为15,CMS中默认值为6,G1中默认值为15 小程序截图: 分享记录:

December 10, 2017 · 1 min · 43 words · Bridge Li