From owner-freebsd-stable@FreeBSD.ORG Thu Dec 30 18:11:20 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BEC1A16A4CE; Thu, 30 Dec 2004 18:11:20 +0000 (GMT) Received: from stephanie.unixdaemons.com (stephanie.unixdaemons.com [67.18.111.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59BEA43D45; Thu, 30 Dec 2004 18:11:20 +0000 (GMT) (envelope-from bmilekic@technokratis.com) Received: from stephanie.unixdaemons.com (bmilekic@localhost.unixdaemons.com [127.0.0.1])iBUIBIEk072331; Thu, 30 Dec 2004 13:11:18 -0500 (EST) Received: (from bmilekic@localhost) by stephanie.unixdaemons.com (8.13.2/8.12.1/Submit) id iBUIBIQa072330; Thu, 30 Dec 2004 13:11:18 -0500 (EST) (envelope-from bmilekic@technokratis.com) X-Authentication-Warning: stephanie.unixdaemons.com: bmilekic set sender to bmilekic@technokratis.com using -f Date: Thu, 30 Dec 2004 13:11:18 -0500 From: Bosko Milekic To: Scott Long Message-ID: <20041230181118.GA71221@technokratis.com> References: <2rg6t0ll6th99497btiu13foetanfrn0gr@4ax.com> <41D368A4.1030408@freebsd.org> <8tg7t09g1f04igli4cplkob6ens98ckou0@4ax.com> <41D43DC7.8070502@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41D43DC7.8070502@freebsd.org> User-Agent: Mutt/1.4.2.1i cc: freebsd-stable@freebsd.org cc: "Christian R." Subject: Re: Memory handling problem with FreeBSD 5.3? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Dec 2004 18:11:20 -0000 On Thu, Dec 30, 2004 at 10:41:27AM -0700, Scott Long wrote: > Christian R. wrote: > >On Thu, 30 Dec 2004 12:02:16 +0100, you wrote: > > > > > >>Would the AMD64 version of FreeBSD 5.3 be a better choice? > > > > > >I have now installed the AMD64 version on the server. It has been > >running stable now for some hours with alot of load and all the 6 GB > >activated. It seems to be a problem with the i386 version og FreeBSD > >5.3. > > > > i386 and amd64 have the exact same code for handling the needs of the > amr driver. I'm a bit worried that one works for you while the other > doesn't; I extensively tested the code on both platforms with 8GB of > RAM. > > Scott Maybe I missed something in this thread, but what does it have to do with the amr driver? The first thing that came to mind was something with PAE and how it affects PDE modifications. On i386, it might be worth trying these combinations: 1. SMP, NO PAE. 2. UP, PAE. 3. UP, NO PAE. As we already know that "SMP, PAE" for you has problems. -- Bosko Milekic bmilekic@technokratis.com bmilekic@FreeBSD.org