From owner-freebsd-java@FreeBSD.ORG Sat May 22 12:26:36 2004 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 74F5316A4CE for ; Sat, 22 May 2004 12:26:36 -0700 (PDT) Received: from ridge.aps.org (ridge.aps.org [149.28.1.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id F17B143D3F for ; Sat, 22 May 2004 12:26:35 -0700 (PDT) (envelope-from paul@aps.org) Received: from [127.0.0.1] (spock.aps.org [149.28.9.74]) by ridge.aps.org (8.9.3+Sun/8.9.3) with ESMTP id PAA23717; Sat, 22 May 2004 15:26:29 -0400 (EDT) In-Reply-To: <20040522174956.GA61678@misty.eyesbeyond.com> References: <09BFCAF4-952D-11D8-822D-000393BB3E22@aps.org> <20040522174956.GA61678@misty.eyesbeyond.com> Mime-Version: 1.0 (Apple Message framework v613) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Paul Dlug Date: Sat, 22 May 2004 15:26:34 -0400 To: Greg Lewis X-Mailer: Apple Mail (2.613) cc: freebsd-java@FreeBSD.org Subject: Re: Heap size limit 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: Sat, 22 May 2004 19:26:36 -0000 > My strong suggestion is that you're hitting the maximum amount of > memory > that your user can mmap. I'm not exactly sure what setting dictate > that, > but its almost certainly what you're running into. I suspected that and I attempted a bunch of kernel parameters but couldn't find the relevant ones, would anyone happen to know off hand what I need to do to increase this limit? Thanks, Paul