Re: WHY TOMCAT MEMORY FROM 1G TO 15M IN 10 MINUTES

2006-03-02 Thread David Delbecq
JAVA_OPTS='-Xms256m -Xmx256m' <-- your tomcat memory should never reach 1G with this parameter! the tomcat memory drops severly from 1G to 15M <-- do you mean tomcat memory usage or tomcat free memory? jiang ying a écrit : > Hi. When I run the TPCW bookstore application, I found the server > behav

Re: WHY TOMCAT MEMORY FROM 1G TO 15M IN 10 MINUTES

2006-03-02 Thread Filip Hanik - Dev Lists
I would consider 15M pretty low. If the memory drops,what problem are you having? Sounds like it would be worse going the other way. jiang ying wrote: > Hi. When I run the TPCW bookstore application, I found the server > behave erratic. Experiment enviroment: Hardware: a client PC, two > server P

WHY TOMCAT MEMORY FROM 1G TO 15M IN 10 MINUTES

2006-03-01 Thread jiang ying
Hi. When I run the TPCW bookstore application, I found the server behave erratic. Experiment enviroment: Hardware: a client PC, two server PCs. Each PC has two 1.59 GHz AMD Opteron, 2GB RAM, and a 30 GB disk. One server machine runs theWeb server and application server software, w