Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Azul Platform Prime 中,可以启用刻度分析器 ( -XX:+UseTickProfiler),它显示处理器内核时间在各种软件执行单元之间的使用情况。
-XX:+UseTickProfiler
启用此功能后,即使将缓冲区大小更改为 ,也会发生错误,指出已超出最大缓冲区-XX:EventTickBuffersMaxAllocatedBeforeShutoff=16384。
-XX:EventTickBuffersMaxAllocatedBeforeShutoff=16384
有谁知道发生这种情况的原因是什么?