[1.16.5] `ChunkOverlayData$Companion#emptyOverlay` using up a large amount of memory
Cadiboo opened this issue ยท 3 comments
I noticed that Minecraft was stalling a lot after installing BetterFoliage.
I looked at the game's memory usage and saw that it was going up to 100% then back down to 40% about once every second.
I sampled the game's memory usage using VisualVM and saw that it was allocating lots of Object[]
s, I then profiled the memory usage and saw that the following code seems to be responsible.
Same as #346, see explanation there.
I'm treating this one as critical.