server randomly crashes without crash report/logs

Got a server that's running fine for the most part and sometimes it randomly crashes with no crash report/logs I can see
4 Replies
ProGamingDk
ProGamingDk2y ago
sounds like a oom what are ur startup flags
Vulfmel
VulfmelOP2y ago
java -Xms1536M -Xmx1536M --add-modules=jdk.incubator.vector -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1 -Dusing.aikars.flags=https://mcflags.emc.gs -Daikars.new.flags=true -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -jar purpur.jar spark shows memory is fine i think
ProGamingDk
ProGamingDk2y ago
1.5 gb... oom killer doesnt go off spark or actual memory usage but what it has allocated
Vulfmel
VulfmelOP2y ago
ic i'll go allocate more ram thanks

Did you find this page helpful?