(Suggestion) Option to do an automatic heapdump before full GC
zNoah-1 opened this issue ยท 1 comments
Suggestion
It would be nice to be able to automatically capture a heapdump before a full GC and have a command that would toggle the feature on (Since heaps can be very heavy).
How I came up with it
I'm having an issue where once in a while Java would attempt to move 2gb from Eden to Old gen, fill up and call a full gc, making the server pause for 10 seconds. So applying this suggestion would be pretty helpful for me.
Thanks.