MemoryLeakFix

MemoryLeakFix

13M Downloads

Need 1.21.1

SussyBob opened this issue ยท 10 comments

commented

Are there any plan for a future update or this mod is basically discontinued? I really love this mod..

commented

Mojang fixed the memory leaks, so this mod is no longer needed

commented

there is nothing left to do?

Mojang fixed the memory leaks, so this mod is no longer needed

commented

there is nothing left to do?

Mojang fixed the memory leaks, so this mod is no longer needed

I still get memory leaks when loading large amounts of chunks, and then unloading or relogging

commented

Mojang fixed the memory leaks, so this mod is no longer needed

With version 1.21.3, it seems that this error has reappeared, the game occupies more than 3.6gb of total ram (while version 1.21.1 only occupies ~2.8gb), while the JVM setting is 2gb of ram for the game

commented

Mojang fixed the memory leaks, so this mod is no longer needed

With version 1.21.3, it seems that this error has reappeared, the game occupies more than 3.6gb of total ram (while version 1.21.1 only occupies ~2.8gb), while the JVM setting is 2gb of ram for the game

I hate how finicky it is sometimes.

commented

I have memory issues with 1.21.3 too :/

commented

I have memory issues with 1.21.3 too :/

commented

@FxMorin, seems everyone needs your help again =)

commented

How much ram would you say is minimum these days? :)

commented

Are you using any other mods?

Also, I wouldn't consider 3.6GB a memory leak. Im honestly surprised it runs with 3.6GB amount of memory at all. Theres no way the game can run with only 2GB of memory, in any stable capacity.

If you crash due to an OutOfMemoryException. You can get a heap dump and send it to me and I'll look into it.

To get a heap dump when you crash, add the following JVM flags:
-XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/some/path/minecraft-heapdump.bin

Change the path to somewhere accessible.