In a running system, we see lots of "Full GC (System)" which indicates someone triggers System.gc().
Is there a way to find out where in the code this happens?
I did search all the available source but found nothing suspicious so it must be somewhere, probably another app that's running in the same container or the container itself.
System.gc()(andRuntime.gc()for good measure). – Joachim Sauer Jul 29 '11 at 8:59