> From: Stephen Caine [mailto:[EMAIL PROTECTED] 
> Subject: Re: Threads
> 
> I am asking if there is any way to increase the number of 
> threads that can be handled by decreasing the thread size
> allocation (a java option)

There are some thread-specific parameters you can play with, in
particular -Xss.  But as others have pointed out, changing one factor
moves the limits on others.  Your best bet (assuming you really, really
need that many threads) is to run in a 64-bit process, also as
previously suggested.

> increasing the size of the heap (from 1 to 1 gigs).

That's not much of an increase...

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to