You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On ATM10 Official Server I asked for a memory heap dump and saw that a bunch of removed projectiles were still stored in dirtyProjectiles.
To add: trackedEntities was empty.
Observed behaviour
On ATM10 Official Server I asked for a memory heap dump and saw that a bunch of removed projectiles were still stored in dirtyProjectiles.
To add:
trackedEntities
was empty.irons-spells-n-spellbooks/src/main/java/io/redspace/ironsspellbooks/effect/guiding_bolt/GuidingBoltManager.java
Line 37 in ba30b37
**Click to show Entity List**
Expected behaviour
Store projectiles as weak reference or check if it is removed and remove from map
Steps to reproduce
I don't know how to reproduce as this was a memory heap dump.
Server Type
Dedicated Server
Crashlog
No response
Iron's Spells N Spellbooks version
v1.21-3.8.2
Forge version
1.21.1 - 21.1.72
Other mods
ATM10 Modpack
The text was updated successfully, but these errors were encountered: