Peter Rossbach wrote:
I also see the APR JMX memory leak with following APR Connector config

                   minSpareThreads="150"
                   maxSpareThreads="150"
                   maxThreads="150"

I don't think there's a leak in that connector. For starters minSpareThreads and maxSpareThreads do not do anything. The thread pool used by default never scales back, so processors are never discarded.

Rémy

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

Reply via email to