Hi, Are you sure you're using tomcat 4.x? That looks like an older server.xml file.
For tomcat 4.x, the java runtime settings can be located in $CATALINA_HOME/bin/catalina.sh under the JAVA_OPTS setting. There are none by default, but the only way you'd get a VM with about 620MB (your original posting implied about 12 threads at 50MB each, unless I'm mis-interpreting the 'top' output) allocated is if you modified the JAVA_OPTS... Yoav Shapira Millennium ChemInformatics >-----Original Message----- >From: Rodrigo Giammarini [mailto:[EMAIL PROTECTED]] >Sent: Tuesday, August 13, 2002 1:34 PM >To: Tomcat Users List >Subject: Re: Memory alloc on tomcat 4.0.4 > >where should I look for java runtime setting :) ? >----- Original Message ----- >From: "Shapira, Yoav" <[EMAIL PROTECTED]> >To: "Tomcat Users List" <[EMAIL PROTECTED]> >Sent: Tuesday, August 13, 2002 12:31 PM >Subject: RE: Memory alloc on tomcat 4.0.4 > > >Hi, > >>The output I pasted is a output of the "top" command on Linux. If you >are >>asking why I have so many threads the answer is I don't know! I think >>that are threads between tomcat and apache that are never closed. > >I wasn't asking why you have so many threads ;) I was asking for the >details of the configuration. How is tomcat configured? Java runtime >settings, server.xml maxProcessors, etc. > >Yoav Shapira >Millennium ChemInformatics > >-- >To unsubscribe, e-mail: ><mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: ><mailto:[EMAIL PROTECTED]> > > > >-- >To unsubscribe, e-mail: <mailto:tomcat-user- >[EMAIL PROTECTED]> >For additional commands, e-mail: <mailto:tomcat-user- >[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
