Zergatul / cheatutils

MIT License
33 stars 11 forks source link

[com.zergatul.cheatutils.controllers.WorldDownloadController] Large memory consumption for one class. 540MB of consumption with a total limit of 1024MB #39

Closed freedom1b2830 closed 9 months ago

freedom1b2830 commented 9 months ago

Reproducing the bug: 1)Install -Xmx1024M (The limit is set for example) 2) Fly/Walk around the world (In less than 5 minutes, braking will begin during GC cleaning)

minecraft 1.20.1 cheatutils 2.7.1 fabric version (I haven't checked it on Forge)

openjdk version "20.0.2" 2023-07-18
OpenJDK Runtime Environment (build 20.0.2+9)
OpenJDK 64-Bit Server VM (build 20.0.2+9, mixed mode, sharing)

540MB: gc1 gc2

Zergatul commented 9 months ago

Thanks for the detailed report, I will look into it

Zergatul commented 9 months ago

This is fixed in 2.7.2

freedom1b2830 commented 9 months ago

I confirm the leak has been fixed