resin.xml configuration
The resin.xml configuration file has a <thread-max>, <thread-idle-min> and <thread-idle-max> configuration.
- thread-max is the maximum threads allowed for the pool (should be large like 8192 or unset)
- thread-idle-min is the minimum number of idle threads (can be increased for spiky services)
- thread-idle-max is the maximum number of idle threads