Hi all, I've recently started a Craftoria server with me and a couple friends. I've run into this same watchdog error twice.
My server hasn't used more than about 50% of the RAM that I've allocated and hasn't used more than about 60% of the CPU util. generically as well I've noticed some performance degradation and wondering if there is a memory leak.
I was able to open a spark and it shows that it is only using 5GB of RAM when i'm allocating 28 in my start up script:
java -jar serverstarter-2.4.1.jar -XX:+UseG1GC -Xmx28G -Xms28G -Dsun.rmi.dgc.server.gcInterval=2147483646 -XX:+UnlockExperimentalVMOptions -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M```
Any help would be appreciated.