存档

2017年12月 的存档

你假笨JVM参数 – 007 UseGCLogFileRotation NumberOfGCLogFiles GCLogFileSize

2017年12月31日 没有评论

你假笨的第七次分享,也是你假笨在 2017 年的最后一次关于 JVM 的分享:

序号:007
时间:2017-08-10
参数:
-XX:UseGCLogFileRotation
-XX:NumberOfGCLogFiles
-XX:GCLogFileSize
含义:
这次分享了[……]

Read more

你假笨JVM参数 – 006 ExplicitGCInvokesConcurrent

2017年12月23日 没有评论

你假笨的第六次分享:

序号:006
时间:2017-07-31
参数:-XX:ExplicitGCInvokesConcurrent
含义:
Enables invoking of concurrent GC by using the System.gc() request.
Thi[……]

Read more

你假笨JVM参数 – 005 CMSScavengeBeforeRemark

2017年12月17日 没有评论

你假笨的第五次分享:

序号:005
时间:2017-07-24
参数:-XX:CMSScavengeBeforeRemark
含义:
Enable scavenging attempts before the CMS remark step.
开启或关闭在CMS重新标记阶段之前的清除[……]

Read more

你假笨JVM参数 – 004 MaxTenuringThreshold

2017年12月10日 没有评论

你假笨的第四次分享:

序号:004
时间:2017-07-21
参数:-XX:MaxTenuringThreshold
含义:
Sets the maximum tenuring threshold for use in adaptive GC sizing.
The largest[……]

Read more