-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
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
[Bug]: Memory Leak of Server #774
Comments
What is that image suppose to represent? I need a lot more details |
This image is a heap dump, showing the Path to GC Roots when I'm at the main menu, after I joined a game and exited. When we logout/exit to Main Menu some instances needs to be cleared in case you saved like Players, Levels, Server. Here is Neoforge clearing server instance when server is closed/shutdown: You should listen to |
There are no memory leaks, it is just maintaining the server properties which do not change per server instance. Everything else on the server is event driven and state is not maintained. JourneyMap on the server is very minimal. |
It is cleaned up now for next beta release. |
What happened?
There is a leak of Server on Journeymap instance
Join a game, leave to main menu and server is leaked.
Mod Loader
NeoForge
Minecraft Version
1.21.x
Version
6.0.0
Relevant log output
The text was updated successfully, but these errors were encountered: