Rahul,
There's an inverse relationship between your maximum heap size and
the number of threads that can be allocated within your process. Your
OS (and Java) will allocate memory for each Thread you create. By
increasing your max heap, you're actually reducing the amount of
memory available for thread creation.
--kevan
---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]