Skip to content
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

improved memory cleaning when connected to a world or server #86

Open
ghost opened this issue Aug 3, 2022 · 1 comment
Open

improved memory cleaning when connected to a world or server #86

ghost opened this issue Aug 3, 2022 · 1 comment

Comments

@ghost
Copy link

ghost commented Aug 3, 2022

Since vanilla minecraft
If you play in the same world for a long time
Starts using 3 gigabytes of RAM out of 6 available
Then he starts to eat up all the back memory, rarely deleting it up to 1 gigabyte
For example, if you are tired of playing in one game
If you go to the server, it still eats up 3 gigabytes
That is, the game does not clear the base memory when re-entering another world or server

I suggest that the mod clear the memory when entering the server or another world
Thus, it will be possible to play without restarting minecraft

@malte0811
Copy link
Owner

How are you measuring memory usage here? Are you looking at the task manager/htop/etc or at the memory usage on the F3 screen? The first one is virtually impossible to control from within Java (the JVM tends to use as much as you allow it to use), FerriteCore only tries to improve the second one (heap size).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant