
Crash on startup Memory leak potential
Cha3son opened this issue ยท 3 comments
Minecraft Version
1.20.1
Forge Version
47.2.17
Lightman's Currency Version
v2.2.0.1
Environment Type
Minecraft Client (Bug/crash happened in a single-player world or while the game was booting)
Other relevant Mods
No response
Describe the bug
Startup server and when it loads to lightmanscurrency. It will crash and shutdown. Crash log shows that it runs out of memory when loading lightmanscurrency. Reverting Back to previous version seems to be ok.
crash-2024-01-22_01.51.49-server.log
To Reproduce
- Use Lastest version v2.2.0.1
- Launch Server
- Runs out of memory when loading lightmanscurrency mod and server crashes
Screenshots/Logs/Crash Reports
Startup server and when it loads to lightmanscurrency. It will crash and shutdown. Crash log shows that it runs out of memory when loading lightmanscurrency. Reverting Back to previous version seems to be ok.
crash-2024-01-22_01.51.49-server.log
Considering that the crash is happening during the ServerStartedEvent
I think it's safe to assume that this is not a memory leak, as there would have been no time for any memory to have leaked at this point in the process.
Sadly all I can really say is that whatever server host you are using doesn't have enough memory to run all of the mods that you are attempting to run. I'd suggest increasing the minimum ram argument, cause the crash report also states that it's only using about 3GB of the 10GB available ram?
Update!
It's not exactly a memory leak, but I have noticed that the configs from my new system do not properly parse list config values correctly, resulting in ludicrously large values begin re-written to file after the config file has been saved and re-loaded several times over... This likely explains the why you're running out of memory, as upon inspecting the config file from my dev world (which has probably been reloaded 20-30 times by now), the line for the T2 entity loot was so big that it made Notepad++ go non-responsive, which would mean that the values are so large that it would easily suck up a lot of memory when loaded from said file.
Should be fixed in v2.2.0.1a. Thank you for reporting!
Note: At the time of closing, Curseforge is having issues with uploading files, so if you need it immediately, you can download it from modrinth here