性能话题>InitiatingHeapOccupancyPercent 参数讨论专区>

InitiatingHeapOccupancyPercent 参数讨论专区

欢迎来到 JVM 参数InitiatingHeapOccupancyPercent的讨论专区

参数名称

InitiatingHeapOccupancyPercent

取值类型

unsigned int

参数说明

Percentage of the (entire) heap occupancy to start a concurrent GC cycle. It is used by GCs that trigger a concurrent GC cycle based on the occupancy of the entire heap, not just one of the generations (e.g., G1). A value of 0 denotes ‘do constant GC cycles’.

用法及建议

  • 使用该参数的正确姿势是-XX:InitiatingHeapOccupancyPercent=___

默认值

平台/版本 JDK6 JDK7 JDK8
Linux 45 45 45
MacOS 45 45 45
Windows 45 45 45

关于该参数的使用,您有什么心得体会或者疑问吗?欢迎在下方参与讨论 ↓

点赞
7656 阅读
请先登录,查看2条精彩评论吧
快去登录吧,你将获得
  • 浏览更多精彩评论
  • 和开发者讨论交流,共同进步