Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Aug 2003 21:00:52 +0200
From:      Sheldon Hearn <sheldonh@starjuice.net>
To:        "Branko F. Gra?nar" <bfg@noviforum.si>
Cc:        freebsd-java@freebsd.org
Subject:   Re: possible native 1.4.1 bug?
Message-ID:  <20030828190052.GE93028@starjuice.net>
In-Reply-To: <3F4E4EA1.4040202@noviforum.si>
References:  <3F4E4EA1.4040202@noviforum.si>

next in thread | previous in thread | raw e-mail | index | archive | help
On (2003/08/28 20:49), "Branko F. Gra?nar" wrote:

> $ java -Xss8192k
> Stack size of 8196 Kb exceeds current limit of 1024 Kb.
> (Stack sizes are rounded up to a multiple of the system page size.)
> See limit(1) to increase the stack size limit.

What are you smoking? :-)

You really need an 8MB stack for _each_ thread?

It sounds like you've gone down the recursion road for the wrong
problem. :-(

I'd _hate_ to think what this would do to FreeBSD's VM, even if you
could get it to work.  Aren't stack pages wired on FreeBSD?

Ciao,
Sheldon.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030828190052.GE93028>