Re: tomcats starting with 200 threads

2022-09-21 Thread Christopher Schultz
Jon, Try using an . You are using a non-nuanced configuration and will therefore get inflexible threading behavior. Thanks, -chris On 9/20/22 02:47, Jonathan Yom-Tov wrote: hi Christopher, Configuration follows:

Re: tomcats starting with 200 threads

2022-09-19 Thread Jonathan Yom-Tov
hi Christopher, Configuration follows: On Mon, Sep 19, 2022 at 7:45 PM Christopher Schultz < ch...@christopherschultz.net> wrote: > Jon, > > On 9/19/22 10:46, Jonathan Yom-Tov wrote

Re: tomcats starting with 200 threads

2022-09-19 Thread Christopher Schultz
Jon, On 9/19/22 10:46, Jonathan Yom-Tov wrote: Sometimes one of our production Tomcats will start with the maximum (200) number of threads in the https pool. That is, it doesn't start with some minimum and works its way up to the maximum, it immediately starts with the maximum. There's no reason

Re: tomcats starting with 200 threads

2022-09-19 Thread Mark Thomas
If the machine / VM / container you are running Tomcat on can't handle 200 threads you should be using a smaller value for maxThreads. Mark On 19/09/2022 15:46, Jonathan Yom-Tov wrote: hi, Sometimes one of our production Tomcats will start with the maximum (200) number of threads in the http

tomcats starting with 200 threads

2022-09-19 Thread Jonathan Yom-Tov
hi, Sometimes one of our production Tomcats will start with the maximum (200) number of threads in the https pool. That is, it doesn't start with some minimum and works its way up to the maximum, it immediately starts with the maximum. There's no reason for it since most of the threads stay idle t