Re: When does the "MarkSweepCompact" Garbage Collector perform GC?

2006-05-29 Thread Sameer Acharya
Check out this link might answer few of your queries. http://java.sun.com/docs/hotspot/gc1.4.2/faq.html -Sameer Benjamin Chu <[EMAIL PROTECTED]> wrote: Hello! Now I am using the jconsole to monitor the heap memory usage of the tomcat 5.5. I've constructed a testbed to test the performance of t

Re: When does the "MarkSweepCompact" Garbage Collector perform GC?

2006-05-29 Thread Benjamin Chu
Message - From: "Richard Mixon" <[EMAIL PROTECTED]> To: "'Tomcat Users List'" Sent: Tuesday, May 30, 2006 1:03 AM Subject: RE: When does the "MarkSweepCompact" Garbage Collector perform GC? What makes you think the GC should run? Are

RE: When does the "MarkSweepCompact" Garbage Collector perform GC?

2006-05-29 Thread Richard Mixon
What makes you think the GC should run? Are you out of memory? The GC will not run in many situations unless it has a need to. HTH - Richard -Original Message- From: Benjamin Chu [mailto:[EMAIL PROTECTED] Sent: Monday, May 29, 2006 8:25 PM To: Tomcat Users List Subject: When does the "Ma