> On Tue, 25 Feb 2003 22:08:41 -0600, Glenn Nielsen <[EMAIL PROTECTED]> said:
> Does the increase in memory usage correlate with an increased number
> of connectors due to a spike in request volume?

There does not seem to be a correlation between a request spike and
un-gc'able heap usage.  I'm using mod_jk (1.2.2 from CVS) with the
following in server.xml:

    <Connector className="org.apache.ajp.tomcat4.Ajp13Connector"
               port="8009" minProcessors="20" maxProcessors="100"
               acceptCount="10" debug="0"
               enableLookups="false" redirectPort="443"
               secure="false" scheme="http"
               tomcatAuthentication="true"/>

In our "Tomcat Performance Tuning and Troubleshooting" ApacheCon presentation I see 
that you have a connectionTimeout="0" attribute -- however I don't see that documented 
at:

  http://jakarta.apache.org/tomcat/tomcat-4.1-doc/config/jk.html

is it something I should set/know about? I currently see 30
ESTABLISHED TCP connections between the tomcat server and the apache server...

> Perhaps you should try increasing the heap size.

In the hopes that the "plateau" is higher than around 100 Megs free?

Thanks,
Adi


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to