G1SATBBufferEnqueueingThresholdPercent 参数讨论专区
欢迎来到 JVM 参数G1SATBBufferEnqueueingThresholdPercent
的讨论专区
参数名称
G1SATBBufferEnqueueingThresholdPercent
取值类型
unsigned int
参数说明
Before enqueueing them, each mutator thread tries to do some filtering on the SATB buffers it generates. If post-filtering the percentage of retained entries is over this threshold the buffer will be enqueued for processing. A value of 0 specifies that mutator threads should not do such filtering.
用法及建议
- 使用该参数的正确姿势是-XX:G1SATBBufferEnqueueingThresholdPercent=___
默认值
平台/版本 | JDK6 | JDK7 | JDK8 |
---|---|---|---|
Linux | 60 | 60 | 60 |
MacOS | 60 | 60 | 60 |
Windows | 60 | 60 | 60 |
关于该参数的使用,您有什么心得体会或者疑问吗?欢迎在下方参与讨论 ↓
点赞
5966 阅读