Memory leak in lightCache
ViRb3 opened this issue ยท 0 comments
I added this mod to my custom modpack and the experience has been amazing. However, after many hours of gameplay, everybody's RAM starts filling up until eventually the game stutters every second and becomes unplayable until a restart. I ran JProfiler and sampled the object allocations on multiple clients, they all seem to grow lakmoore.sel.client.LightUtils.lightCache
infinitely. It seems that the HashMap is not cleaned up and grows forever.