From owner-freebsd-java@FreeBSD.ORG Sat Nov 11 00:38:12 2006 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from localhost.my.domain (localhost [127.0.0.1]) by hub.freebsd.org (Postfix) with ESMTP id 4927516A4B3; Sat, 11 Nov 2006 00:38:12 +0000 (UTC) (envelope-from davidxu@freebsd.org) From: David Xu To: freebsd-java@freebsd.org Date: Sat, 11 Nov 2006 08:38:09 +0800 User-Agent: KMail/1.8.2 References: <20061110203714.GA89006@ace.b020.ceid.upatras.gr> <20061110124459.M88944@turing> <20061110213313.GA72658@ace.b020.ceid.upatras.gr> In-Reply-To: <20061110213313.GA72658@ace.b020.ceid.upatras.gr> MIME-Version: 1.0 Content-Disposition: inline Message-Id: <200611110838.09171.davidxu@freebsd.org> Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Cc: Nikos Ntarmos Subject: Re: Performance of Java on FBSD vs. others... X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Nov 2006 00:38:12 -0000 On Saturday 11 November 2006 05:33, Nikos Ntarmos wrote: > > You might also play with /etc/malloc.conf if you find quirks of memory > > allocation. > > Malloc options are at their default (i.e. no /etc/malloc.conf). > I believe default malloc options on -CURRENT turn on debugging code. you might define NO_MALLOC_EXTRAS=yes in /etc/make.conf, recompile and reinstall libc, try it to see if there is any difference. Regards, David Xu