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
world = null after that 2 lines should free the memory. (gc will handle it auto, but if u want to do it manually, just call System.gc() from the main thread)
Describe the issue
I copied my world with clone() method.
And I did
But seems world isnt unload correctly...
This is my heap dump. Hope It will be helpful.
https://drive.google.com/file/d/1PPdzB6yGmW3pZ1ra-pGYx8ly0YvzMKtG/view?usp=sharing
Spigot version
1.8.8
Plugin version
latest
The text was updated successfully, but these errors were encountered: