ViaRewind

ViaRewind

7.4k Downloads

Memory leak or idk

lekting opened this issue ยท 5 comments

commented

Hello, i have a problem with that plugin. When i enable server he is eating 200-300 mb RAM, but after 30-50 minute online he eating a 1.7GB (1700MB) RAM! I'm created dump of memory and i saw this plugin.
Version: 1.0.14
screenshot_4

commented

This is only 368B (Bytes). One MB (MegaByte) is 1000000B (Bytes).

commented

B in visualVM equals Bytes or bits?
screenshot_6

commented

Oh, I was looking at the size of one, not the total amount. I will look into it. Did you try running the garbage collector? I think they may get collected by it.

commented

Collector is already running, and i can see memory jumps (100 than 500 and again). First time i think it bad java 9, but after installing java 8, jumps less but still there

commented

This is how java garbage collection works.