MinHeapFreeRatio 参数讨论专区
欢迎来到 JVM 参数MinHeapFreeRatio
的讨论专区
参数名称
MinHeapFreeRatio
取值类型
unsigned int
参数说明
The minimum percentage of heap free after GC to avoid expansion. For most GCs this applies to the old generation. In G1 and ParallelGC it applies to the whole heap.
用法及建议
- 使用该参数的正确姿势是-XX:MinHeapFreeRatio=___
- MinHeapFreeRatio可以通过jinfo -flag [+|-]MinHeapFreeRatio <pid> 或者 jinfo -flag MinHeapFreeRatio=<value> <pid>来动态开启或设置值
默认值
平台/版本 | JDK6 | JDK7 | JDK8 |
---|---|---|---|
Linux | 40 | 0 | 0 |
MacOS | 40 | 0 | 0 |
Windows | 40 | 40 | 0 |
关于该参数的使用,您有什么心得体会或者疑问吗?欢迎在下方参与讨论 ↓
点赞
9721 阅读