Zrips / MobFarmManager

6 stars 0 forks source link

out of memory? #91

Open siulung201314 opened 1 day ago

siulung201314 commented 1 day ago

Core: git-Purpur-2062 (MC: 1.20.1)* MobFarmManger: 4.7.1 CMILib: 1.5.1.3

My server has different kinds of mob farm such as zombified_piglin, hoglin and warden farm. I have enabled the auto clear funtion to remove excess mobs every 30 second. (GroupChunks:false) However, it causes to keep increasing the memory used on long[], java.lang.Object[], and net.minecraft.world.level.pathfinder.PathPoint. I check the memory used by using spark heapsummary. image Finally the server crashes because of out of memory after a few hours.

I have tried to disable the auto clear funtion to check if the memory used on long[], java.lang.Object[], and net.minecraft.world.level.pathfinder.PathPoint increase or not. Finally, the memory used does not increase any more and the server does not crashes.

I am not sure if the auto claer function is related to this issue but I have tested both stituation for a day and get the result.

Zrips commented 10 hours ago

Can you provide config file for testing? Or atleast AutoClean section from it, just to have more accurate test environment to yours