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
Just as the title says.
I am a server host and I ran a lot of plugins. I got a problem that even using -Xmx5g flag to launch the game, but when I see run the 'top' command, I found that java background task is using more and more memory (increase very slowly).
Is this abnormal? I want to know what caused the memory leaking.
Is it possible?
The text was updated successfully, but these errors were encountered:
Not possible, memory utilisation is complex in general, who says what a leak and what natural memory usage is? Take heap dumps and analyze them
Not to mention, that sounds normal in general, java is a garbage collected language which means that you're bound to see heap expansion and off heap memory increase to a degree
Just as the title says.
I am a server host and I ran a lot of plugins. I got a problem that even using -Xmx5g flag to launch the game, but when I see run the 'top' command, I found that java background task is using more and more memory (increase very slowly).
Is this abnormal? I want to know what caused the memory leaking.
Is it possible?
The text was updated successfully, but these errors were encountered: