possible native 1.4.1 bug?

Sheldon Hearn sheldonh at starjuice.net
Thu Aug 28 12:00:58 PDT 2003


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.


More information about the freebsd-java mailing list