From owner-freebsd-java@FreeBSD.ORG Thu Aug 28 12:09:44 2003 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E63816A4BF for ; Thu, 28 Aug 2003 12:09:44 -0700 (PDT) Received: from frost.ath.cx (BSN-95-242-77.dsl.siol.net [193.95.242.77]) by mx1.FreeBSD.org (Postfix) with ESMTP id 016FE43FF9 for ; Thu, 28 Aug 2003 12:09:42 -0700 (PDT) (envelope-from bfg@noviforum.si) Received: from noviforum.si (mordor.lucky.si [192.168.200.250]) by frost.ath.cx (ESMTP) with ESMTP id B74F0A2 for ; Thu, 28 Aug 2003 21:09:43 +0200 (CEST) Message-ID: <3F4E51D8.7050306@noviforum.si> Date: Thu, 28 Aug 2003 21:02:48 +0200 From: =?ISO-8859-1?Q?=22Branko_F=2E_Grac=28nar=22?= User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5b) Gecko/20030723 Thunderbird/0.1 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-java@freebsd.org References: <3F4E4EA1.4040202@noviforum.si> <20030828190052.GE93028@starjuice.net> In-Reply-To: <20030828190052.GE93028@starjuice.net> X-Enigmail-Version: 0.81.3.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: possible native 1.4.1 bug? X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2003 19:09:44 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Sheldon Hearn 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? :-) i used to smoke davidoff lights :))) | You really need an 8MB stack for _each_ thread? This stack is not for each thread, but it's simple a thread stack. If you want alot of threads, you need to increase thread stack. With default settings, i'm only able to create about 7000 threads at the same time. Which is not enough for me. ... But this is not subject of this posting. Simply, -Xss switch does NOT work. I'm using 5.1-p2. Brane -----BEGIN PGP SIGNATURE----- iD8DBQE/TlHYfiC/E+t8hPcRAtioAJ4iQ2iZmOuIPiw7Ay8EjbFXDPfKPwCfecAw sfJ9ZSXnGcdvkr82ys2HC14= =wT0o -----END PGP SIGNATURE-----