Specify the number of threads initiated by pthread_create() that a single process can concurrently have active. This includes running, queued, and exited but undetached threads.
Any application that uses more than 200 threads must specify C run-time options to minimize storage allocated below the 16M line.
If you are using a webserver, Tivoli, Lotus Domino, or UNIX System Services Connection Scaling Process Manager, set this at the value recommended in the product documentation. We recommend you use the RACF ALTUSER command to set the higher value for a specific program. If you set it on this panel, the higher limit applies to every user. If you are using the HTTP server and not using the RACF ALTUSER command to set a higher limit specifically for the HTTP server, this value is set at 10000. For the web server, this value must be at least two times MAXTHREADTASKS.
Default: 200
Range: 0 - 100000