Re: tomcat memory question

2010-05-28 Thread sesfei
hi, Christopher Schultz, Pid, Jeffrey Janner Thanks for your reply. Are you using a 64-bit or 32-bit JVM? yes, that is 64-bit JVM. What is the command you used to produce your jstat output? Well, the comand is [root]# jstat -gc {tomcat pid} 3000 that command means every 3 seconds to print

the gc question with tomcat

2010-05-27 Thread sesfei
hi, all there is a problem with my webapp. by manual configuration, i allocated 1G(1024M) memory for webapp. where the gc new capacity automatically is 262M, the gc old capacity automatically is 699M, S0/S1 automatically is 43.6M/43.6M., PC automatically is 42M When my webapp is started, I use