xt9 / DeepMobLearning

Server friendly mob loot acquisition.
https://minecraft.curseforge.com/projects/deep-mob-learning
MIT License
33 stars 33 forks source link

Server Crashes #78

Closed ThaNivek closed 3 years ago

ThaNivek commented 3 years ago

Im running Deep Mob Learning 1.12.2-2.5.4. The problem is that after the first successful trial (Glitches can spawn in the first trial), the second trial is crashing if a Glitch spawns this is pretty weird since i'm already allocating 7GB of memory and it's still throwing a out of memory error.

https://pastebin.com/JFSsVMZZ this is the crash report

Hope to resolve the issue Thx in advance!

EDIT: For anyone experiencing this issue it may be related to your thread limit, if you're on Linux try to increase your thread limit and stop programs that are not required to free some threads up.

xt9 commented 3 years ago

Thank you for the detailed issue. However it does not seem that DML is directly responsible for the crash. Headcrumbs is running something in a new thread that it cannot allocate memory for. You could look for related issues in the Headcrumbs repo

ThaNivek commented 3 years ago

Okay I'll look into that thx anyways!