Java heap keeps on shrinking! What is happening in this graph of heap size?
Posted
by chillitom
on Stack Overflow
See other posts from Stack Overflow
or by chillitom
Published on 2010-04-11T12:09:55Z
Indexed on
2010/04/11
14:53 UTC
Read the original article
Hit count: 498
Hi Guys,
This is a screen shot of a JVM (win64, 6u17) running ActiveMQ, after every garbage collection the heap size is reducing. As the heap size reduces garbage collection gets more frequent and the heap reduces more quickly. Eventually the VM locks up as it's spending all it's time in GC.
What is happening!!? How can I avoid this?
© Stack Overflow or respective owner