ArrayAllocatorMallocLimit 参数讨论专区
欢迎来到 JVM 参数ArrayAllocatorMallocLimit
的讨论专区
参数名称
ArrayAllocatorMallocLimit
取值类型
unsigned int
参数说明
Allocation less than this value will be allocated using malloc. Larger allocations will use mmap.
用法及建议
- ArrayAllocatorMallocLimit必须配合参数-XX:+UnlockExperimentalVMOptions使用,并且只能加在其后才能生效
- 使用该参数的正确姿势是-XX:ArrayAllocatorMallocLimit=___
默认值
平台/版本 | JDK6 | JDK7 | JDK8 |
---|---|---|---|
Linux | 18446744073709551615 | 18446744073709551615 | 18446744073709551615 |
MacOS | 18446744073709551615 | 18446744073709551615 | 18446744073709551615 |
Windows | 18446744073709551615 | 18446744073709551615 | 4294967295 |
关于该参数的使用,您有什么心得体会或者疑问吗?欢迎在下方参与讨论 ↓
点赞
5929 阅读