Tomcat Thread Pool Properties

The Tomcat thread pool settings provide the main worker threads that handle incoming connections before handing operations off to other subsystems. The default maximum thread value of 250 is sufficient for most workloads. Adjust the value to increase the number of threads that can be executed simultaneously or decrease the value to help prevent CPU overload.

The maxThreads property is located in SMP_HOME\Server\config_master\org.eclispe.gemini.web.tomcat\default-server.xml. Create a backup copy of this file before making any changes.
Note: You can also add a minThreads property to this file.