Re: Max number of threads with NPTL

Hui Huang <[email protected]>
Newsgroups gmane.comp.java.linux.general
Message-ID <[email protected]>
Vincent Touquet wrote:
> On Wed, Feb 04, 2004 at 09:56:57AM -0800, Hui Huang wrote:
> 
>>Default stack size is 512k. You need 3500 * 512k = 1750M address space
>>for 3500 threads. Try -Xss96k. Also check your limit on max #processes
>>(ulimit -u), you can't create more threads than that limit either.
> 
> 
> Is there a common place where these options (eg. -Xss...) are
> documented?

See: http://java.sun.com/docs/hotspot

Also, you can get a list of common options by just running "java" or
"java -X".

> 
> regards,
> 
> v



----------------------------------------------------------------------
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.