Currently I'm monitoring an application that gradually consumes a lot of memory in the tenured generation space over a period of time. Now I'm – Regardless of the fact that JVM runs the major garbage collection when a certain percentage is reached – wondering if it’s possible to instruct the JVM to run the major garbage collection by command? This way I could analyze if the GC will reduce the tenured generation (to zero).
↧