We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This cache is leaking the level
easy-villagers/src/main/java/de/maxhenkel/easyvillagers/datacomponents/VillagerBlockEntityData.java
Line 33 in b3d2482
1.21.1
1.21.1-1.1.19
NeoForge 21.1.28
With EMI installed
Should have a cleanup strategy to clear those cache on LevelEvent.Unload, maybe? Pick what you know it is best.
screenshot posted
No response
The text was updated successfully, but these errors were encountered:
Also, some renderers are holding entity, you need to find a way to clean up if the level is unloaded.
Sorry, something went wrong.
168160b
Fix renderers causing a memory leak (#240)
f3619ae
Thank you for bringing this to my attention! I think I've fixed all the leaks by using weak references. Please let me know if you find anything else.
henkelmax
No branches or pull requests
Bug description
This cache is leaking the level
easy-villagers/src/main/java/de/maxhenkel/easyvillagers/datacomponents/VillagerBlockEntityData.java
Line 33 in b3d2482
Minecraft version
1.21.1
Mod version
1.21.1-1.1.19
Mod loader and version
NeoForge 21.1.28
Steps to reproduce
With EMI installed
Expected behavior
Should have a cleanup strategy to clear those cache on LevelEvent.Unload, maybe? Pick what you know it is best.
Log files
screenshot posted
Screenshots
No response
The text was updated successfully, but these errors were encountered: