View Single Post
  #5 (permalink)  
Old 10-15-2005, 04:47 PM
tron tron is offline
Senior Member
 
Posts: 52
Default

ps -ef | grep tomcat
zimbra 3879 1 0 14:40 ? 00:00:05 /opt/zimbra/java/bin/java -client -XX:NewRatio=2 -Xms148m -Xmx148m -Djava.library.path=/opt/zimbra/lib -Djava.endorsed.dirs=/opt/zimbra/tomcat/common/endorsed -classpath :/opt/zimbra/tomcat/bin/bootstrap.jar:/opt/zimbra/tomcat/bin/commons-logging-api.jar -Dcatalina.base=/opt/zimbra/tomcat -Dcatalina.home=/opt/zimbra/tomcat -Djava.io.tmpdir=/opt/zimbra/tomcat/temp org.apache.catalina.startup.Bootstrap start

The file contains 1500 messges. The total size of the file is 11 MB.


Quote:
Originally Posted by anand
what size is the message, and what is the -Xmx option for the VM (ps -ef | grep tomcat).
Reply With Quote