The maximum number of threads set in tomcat server.xml
is 200, but when I count the number of threads belonging to the process using ps huH <pid> | wc -l
, I get 566. What am I missing?
Update
There is only a single connector and a single executor, and the maxThreads is set on the executor as 200.