If you use JMX to monitoring servers for a large installation, you should disable Full GC (system) on the cache server, Search and Activity Engine nodes to avoid a performance hit.
When monitoring using RMI, Full GC's can occur every hour or even every minute unless you disable them. You should set a flag that explicitly disables calls to System.gc() or Runtime.getRuntime().gc().
To disable these calls: