Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
Hi All ,
Is there anyway service which cleaen the heap (which are not active) ?
Appreatiate your reply.
Thanks, Raj
The JVM manages garbage collection far more efficiently than anything you could write. Seach wMusers on “verboseGC” and “System.GC()” for lots of links to informative, technical detail-rich articles on how JVM garbage collection works and why attempting to manage it on your own almost always hurts performance rather than improving it.
Mark
Thanks Mark , Ohh It’s really ! I thought I can increase my performance.
Thanks,
Raj