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
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
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
© 2022 - 2024 — McMap. All rights reserved.