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.
在测试 MaxFreeHeapRatio 和 MinFreeHeapRatio 时我发现了以下情况:
应用程序堆分析
垃圾收集器活动分析
因此,即使有大量可用内存,JVM 也会继续执行垃圾收集器。
我正在使用以下标志:
-Xms512m -Xmx15636m -XX:MaxHeapFreeRatio=70 -XX:MinHeapFreeRation=20
知道这种行为的原因吗?