From owner-freebsd-amd64@FreeBSD.ORG Wed Nov 24 07:51:14 2004 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39FA616A4CE for ; Wed, 24 Nov 2004 07:51:14 +0000 (GMT) Received: from web14106.mail.yahoo.com (web14106.mail.yahoo.com [216.136.172.136]) by mx1.FreeBSD.org (Postfix) with SMTP id 0948343D5C for ; Wed, 24 Nov 2004 07:51:14 +0000 (GMT) (envelope-from cguttesen@yahoo.dk) Received: (qmail 74056 invoked by uid 60001); 24 Nov 2004 07:51:13 -0000 Message-ID: <20041124075113.74052.qmail@web14106.mail.yahoo.com> Received: from [194.248.174.50] by web14106.mail.yahoo.com via HTTP; Wed, 24 Nov 2004 08:51:13 CET Date: Wed, 24 Nov 2004 08:51:13 +0100 (CET) From: Claus Guttesen To: "Michael R. Wayne" , freebsd-amd64@freebsd.org In-Reply-To: <20041124071343.GU49800@manor.msen.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Subject: Re: How to debug >2GB memory issues (and 3ware) X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Nov 2004 07:51:14 -0000 > > I have a Dual 4GB system with a 3ware SATA > > controller that's working > > properly as long as I restrict it to 2GB with: > > hw.physmem=2G > > > Short term fix: > Remove the last Gig of RAM so that there was only > 3 GB physical RAM in the box. Note that limiting it > to 3GB with hw.physmem=3G > did NOT work, that only worked to 2 GB. > > Long term fix: > Replace the 8 512MB Corsair DIMMs (where are > approved to run with the Arima motherboard) with 4 > Kingston 1GB DIMMs. All problems vanished > immediately and the box runs fine with 4 Gig. Hmm, funny. I just bougth an Tyan GX28 with 4 GB RAM and a 3ware-sata-controller. Installed FreeBSD 5.3 (amd64), works like a charm. Luckily (as it turns out) the salesman and I agreed on 4 x 1GB memory modules (long term fix). Claus