[1.16] Major memory leak
williewillus opened this issue ยท 0 comments
Here, worlds are inserted into the global map but never cleared from it, meaning every save you open in single player never gets cleared from memory until you restart the game.
Recommend a change to a WeakHashMap
which will automatically expire entries as worlds get garbage collected