Concurrent Chunk Management Engine (Fabric)

Concurrent Chunk Management Engine (Fabric)

231k Downloads

Running out of memory causes server to crash.

redstonerti opened this issue ยท 2 comments

commented

I don't know if this is fixable or worth fixing but here's the log
https://mclo.gs/oC2kWCv

commented

Running out of memory is a admin inexperience issue, not an issue with this or any other mod. I saw that you have 32GB of memory and are allocating 24GB of it to Minecraft, with no other JVM flags. This is very, very bad practice. More memory does not mean more fast.

Study this page and put its practices to use: https://aikar.co/mcflags.html

Chiefly, the JVM flags and the recommendation to limit yourself to 10GB allocated to Minecraft.

commented

@nathanpaulyoung your first paragraph is correct and a great response, however it should be noted that depending on your system 10gb is not enough RAM for c2me. For example on my 5950x (32 threads), running linux with a hotspot based jvm (all of this is taken account for the thread calculations) c2me recommends 20gb of RAM to use it's full potential (otherwise the amount of threads used is lowed) :)