Since 2-3 days I found out that there is a huge memory leak on my server and about the 7-8th hour the ram which is 8 gb is going at its maximum and then the server starts to freeze so I made a heapdump to see from what is the leak but still could not it figure it out from what exactly is from.
so from the memory analyzer description is :
One instance of "org.bukkit.craftbukkit.v1_8_R3.CraftServer" loaded by "sun.misc.Launcher$AppClassLoader @ 0x648197570" occupies 432,436,616 (43.41%) bytes. The memory is accumulated in one instance of "java.util.HashMap$Node[]" loaded by "<system class loader>".
Keywords
java.util.HashMap$Node[]
sun.misc.Launcher$AppClassLoader @ 0x648197570
org.bukkit.craftbukkit.v1_8_R3.CraftServer
and the paths : https://prnt.sc/sevmzy , https://prnt.sc/sevnau
so from the memory analyzer description is :
One instance of "org.bukkit.craftbukkit.v1_8_R3.CraftServer" loaded by "sun.misc.Launcher$AppClassLoader @ 0x648197570" occupies 432,436,616 (43.41%) bytes. The memory is accumulated in one instance of "java.util.HashMap$Node[]" loaded by "<system class loader>".
Keywords
java.util.HashMap$Node[]
sun.misc.Launcher$AppClassLoader @ 0x648197570
org.bukkit.craftbukkit.v1_8_R3.CraftServer
and the paths : https://prnt.sc/sevmzy , https://prnt.sc/sevnau
