Open RaptaG opened 3 years ago
I don't understand
RAM allocation is 2 Gigabites.
This sounds like java edition, malloc / new of this launcher isn't limited by this launcher.
Yea Add Ram Allocater
This is a must have feature especially for a launcher
Hopefully it will get added
Those asking for this feature, do you know what a RAM allocator is? Most programs use the allocator (malloc) provided by the system (eg, /lib/libc.so.6), but some will use another one such as jemalloc or tcmalloc for various reasons (though I believe they still ultimately go through the system allocator). If you want to use a different allocator, it is possible to override the system allocator for a specific program: https://stackoverflow.com/questions/28227266/how-to-override-standard-libc-functions
I'm using some resource packs together and my game is laggy, since Minecraft's default RAM allocation is 2 Gigabites. Is it possible for a RAM allocator to be created?