> From: Hennig, Patrick [mailto:phen...@l1id.com] 
> Subject: RE: MemoryLeak Problem with ThreadWithAttributes
> 
> (Dont`t know exactly, what you mean by "Tomcat Level")

5.5.??  Fill in the question marks.

> <Connector port="8009" enableLookups="false" 
> redirectPort="8443" protocol="AJP/1.3"></Connector>
> <Connector port="8081" maxHttpHeaderSize="8192" 
> maxThreads="150" minSpareThreads="25" maxSpareThreads="75" 
> enableLookups="false" redirectPort="8443" acceptCount="100" 
> connectionTimeout="20000" disableUploadTimeout="true"></Connector>

If I understand the code correctly, this will limit the number of threads 
Tomcat uses to 350 (the default 200 for AJP plus 150 for HTTP).  Consequently, 
you should see no more than that number of ThreadWithAttributes objects.

> Iam focused on ThreadWithAttributes, because i see it 
> everytime i review a ErrorHeapDump.

How many ThreadWithAttributes objects are you seeing?

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to