Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 May 2003 16:49:11 +0300 (EEST)
From:      Mantzios Achilleus <mantzios@softlab.ece.ntua.gr>
To:        Alexey Zelkin <phantom@FreeBSD.org.ua>
Cc:        freebsd-java@freebsd.org
Subject:   Re: -Xss question
Message-ID:  <Pine.LNX.4.44.0305271648550.11354-100000@theseas.softlab.ece.ntua.gr>
In-Reply-To: <20030527142654.A93363@phantom.cris.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 27 May 2003, Alexey Zelkin wrote:

> For now most bigger number allowed for -Xss is 1020kb
>
> Scheduled to be fixed in next patchset.
>
> ps: Are you sure that you *really* want to set 10mb stack size for *each*
> java thread ?

Nope :)

The thing is i was just trying to benchmark my jboss app against
an identical linux setup.

Thanx.


>
> On Tue, May 27, 2003 at 01:39:20PM +0300, Mantzios Achilleus wrote:
> > On a 5.0-RELEASE-p7 I try to set
> > java -Xss10M and i get
> >
> > freebsd# /usr/local/jdk1.4.1/bin/java -Xss10M -version
> > Stack size of 10240 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.
> >
> > my shell limits are:
> > freebsd# limit
> > cputime         unlimited
> > filesize        unlimited
> > datasize        524288 kbytes
> > stacksize       65536 kbytes
> > coredumpsize    unlimited
> > memoryuse       unlimited
> > vmemoryuse      unlimited
> > descriptors     5450
> > memorylocked    unlimited
> > maxproc         2725
> > sbsize  unlimited
> > freebsd#
> >
> > also my kern.usrstack: 3217031168
> >
> > Anybody knows how to overcome this?
> >     ----------------------------------------------------------------
> >     | go to the source -> http://www.softlab.ece.ntua.gr/~mantzios |
> >     ----------------------------------------------------------------
> >
> > _______________________________________________
> > freebsd-java@freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-java
> > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org"
>

    ----------------------------------------------------------------
    | go to the source -> http://www.softlab.ece.ntua.gr/~mantzios |
    ----------------------------------------------------------------



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.44.0305271648550.11354-100000>