Problem with the JRockit

2006-06-02 Thread Benjamin Chu
I hope to run the tomcat 5.0 with JRockit 5.0 R26.3.on a linux machine and installed JRockit in the root directory (/root/jrockit-R26-3.0-jdk1.5.0_06) The following is the environment variables which I set:** export JAVA_HOME=/root/jrockit-R26-3.0-jdk1.5.0_06 export JAVA_HOME PATH=$JAVA_HOME/bin:

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

2006-05-29 Thread Benjamin Chu
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 "MarkSweepCompact" Garbage Collector perform GC?

When does the "MarkSweepCompact" Garbage Collector perform GC?

2006-05-29 Thread Benjamin Chu
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 the applications running on the tomcat. However, the jconsole shows that the "MarkSweepCompact" Garbage Collector never does its job. The only two ways to ma