> 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