gc logs [Full GC (System)

Peter Schuller peter.schuller at infidyne.com
Thu Feb 10 10:25:04 PST 2011


> please help me understand in following 2 line if
> Full GC (System)
> means this is caused due to System.gc() call ?

If you're having trouble with code calling System.gc(),
-XX:+DisableExplicitGC may be an option. But that will also disable
e.g. jconsole triggered GC:s (I think).

-- 
/ Peter Schuller


More information about the hotspot-gc-use mailing list