On Wed, Feb 04, 2004 at 07:06:24PM +0100, 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?
You'll find some brief documentation if you run "java -X". Nathan ---------------------------------------------------------------------- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]