PDA

View Full Version : Garbage Cleanup (Heap)


rajpriya
04-18-2007, 11:27
Hi All ,

Is there anyway service which cleaen the heap (which are not active) ?

Appreatiate your reply.

Thanks,
Raj

mcarlson
04-18-2007, 11:44
Is there anyway service which cleaen the heap (which are not active) ?

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

rajpriya
04-18-2007, 12:23
Thanks Mark , Ohh It's really ! I thought I can increase my performance.

Thanks,

Raj