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

Feature Request: Show memory leaking of each plugins #128

Open
RuofengX opened this issue Jul 27, 2021 · 1 comment
Open

Feature Request: Show memory leaking of each plugins #128

RuofengX opened this issue Jul 27, 2021 · 1 comment

Comments

@RuofengX
Copy link

RuofengX commented Jul 27, 2021

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?

@electronicboy
Copy link

electronicboy commented Jul 27, 2021

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

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

2 participants