ParallelGCRetainPLAB 参数讨论专区
欢迎来到 JVM 参数ParallelGCRetainPLAB
的讨论专区
参数名称
ParallelGCRetainPLAB
取值类型
boolean
参数说明
Retain parallel allocation buffers across scavenges; it is disabled because this currently conflicts with parallel card scanning under certain conditions.
用法及建议
- ParallelGCRetainPLAB必须配合参数-XX:+UnlockDiagnosticVMOptions使用,并且只能加在其后才能生效
- 你可以通过-XX:+ParallelGCRetainPLAB开启,或者-XX:-ParallelGCRetainPLAB关闭
默认值
平台/版本 | JDK6 | JDK7 | JDK8 |
---|---|---|---|
Linux | false | false | false |
MacOS | false | false | false |
Windows | true | false | false |
关于该参数的使用,您有什么心得体会或者疑问吗?欢迎在下方参与讨论 ↓
点赞
5479 阅读