So I have been monitoring my node and the same one seems to stop once in a
while.

https://www.dropbox.com/s/7n5qfsl5uyi1obt/ignite-logs.zip?dl=0

I have attached the GC logs and the ignite logs. From what I see from
gc.logs I don't see big pauses. I could be wrong.

The machine is 16GB and I have the configs here:
https://www.dropbox.com/s/hkv38s3vce5a4sk/ignite-config.xml?dl=0

Here are the JVM settings...

if [ -z "$JVM_OPTS" ] ; then
    JVM_OPTS="-Xms2g -Xmx2g -server -XX:MaxMetaspaceSize=256m"
fi

JVM_OPTS="$JVM_OPTS -XX:+UseG1GC -verbose:gc -XX:+PrintGCDetails
-Xloggc:/var/log/apache-ignite/gc.log"

JVM_OPTS="${JVM_OPTS} -Xss16m"

Reply via email to