RonanPlugins / BetterRTP

Official wiki of the BetterRTP plugin!
https://www.spigotmc.org/resources/36081/
MIT License
106 stars 84 forks source link

Memory Leak #186

Open Nerd10000 opened 6 months ago

Nerd10000 commented 6 months ago

Plugin Version:

Describe The Bug:

How To Reproduce:

Expected Behavior:

Screenshots/Error Log:

Additional Context:

Nerd10000 commented 6 months ago

Version : BetterRTP-3.6.11

After 1 teleport -> kép

After 2 -> kép

Expected Behaviore -> Delete from the memory.

SuperRonanCraft commented 6 months ago

There is no internal storage of any data besides a small sql call that gets quickly disconnected. Maybe you aren't running Paper which better handles chunk caching.

Nerd10000 commented 6 months ago

I use pupur and its a fork of paper and pufferfish

Nerd10000 commented 6 months ago

But its not that big leak,bveacuse after 5m its dissapear but its can cause some damage on smps.

TechnicallyCoded commented 6 months ago

@Nerd10000 This is due to how Java handles RAM. Not something I can explain in a Github comment but RAM increasing is perfectly normal. What is not normal is if you run out of RAM, leading to a server crash.