Apache Ignite - (jvm-pause-detector-worker) Possible too long JVM pause:

三世轮回 提交于 2019-12-07 06:35:22

问题


After using apache ignite 2.6, I am getting this warning constantly on JBoss start and stop. Could you please help me to know whats wrong configuration will lead this warnings.

Please let me know if you need any more details


回答1:


Most probably, JVM is experiencing long garbage collection pauses. You can configure detailed GC logs to see how much time is spent in GC: https://apacheignite.readme.io/docs/jvm-and-system-tuning#section-detailed-garbage-collection-stats

Try adding more heap to Ignite process or tuning the GC. Here is the documentation on GC tuning: https://apacheignite.readme.io/docs/jvm-and-system-tuning#garbage-collection-tuning



来源:https://stackoverflow.com/questions/52400019/apache-ignite-jvm-pause-detector-worker-possible-too-long-jvm-pause

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!