CIT Resewn

CIT Resewn

14M Downloads

CIT using an absurd amount of RAM and causing performance issues

Tempest-5ky opened this issue ยท 1 comments

commented

Pretty much what it says on the tin- CIT v1.1.3 in fabric 1.20.1 uses up to 4GB of memory at times, which adds up quickly on an already large modpack.

heapdump:
image
image
heap summary via Spark: https://spark.lucko.me/ByiMEADnbo

As you can see, the mod uses far more memory than it should, an issue that definitely needs addressing. Just removing this mod cut down the modpack's memory usage by 40-50%.

commented

It's sadly a fight of performance vs ram usage that stems from the cache.
Especially when there are a lot of items present.

Turning caching down to realtime in the config should help with ram usage.

If you have any ideas to address this, feel free to PR.