From owner-freebsd-current@FreeBSD.ORG Wed Dec 1 18:21:04 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D3CDF16A4CE; Wed, 1 Dec 2004 18:21:04 +0000 (GMT) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACFCA43D49; Wed, 1 Dec 2004 18:21:04 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) iB1IL3Ar006321; Wed, 1 Dec 2004 10:21:03 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost)iB1IL30D006320; Wed, 1 Dec 2004 10:21:03 -0800 (PST) (envelope-from sgk) Date: Wed, 1 Dec 2004 10:21:03 -0800 From: Steve Kargl To: "David O'Brien" Message-ID: <20041201182103.GB6236@troutmask.apl.washington.edu> References: <20041129211341.GA26548@troutmask.apl.washington.edu> <41AC6FF8.40501@freebsd.org> <20041130183555.GA32237@troutmask.apl.washington.edu> <20041130142652.A59122@bahre.achedra.org> <20041201084537.GA1621@dragon.nuxi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20041201084537.GA1621@dragon.nuxi.com> User-Agent: Mutt/1.4.1i cc: "Ketrien I. Saihr-Kenchedra" cc: freebsd-current@freebsd.org cc: freebsd-amd64@freebsd.org Subject: Re: kernel panic with greater that 8 GB of memory X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 18:21:05 -0000 On Wed, Dec 01, 2004 at 12:45:37AM -0800, David O'Brien wrote: > > The setting of interest is should the BIOS round-robin interleave > physical addresses across the NUMA nodes[*]. The reference AMI BIOS > refers to this as "Node Interleaving". It should be "DISABLED". Or if > the BIOS speaks of the SRAT table, it should be "ENABLED". While FreeBSD > doesn't use the SRAT table (and cannot until ACPI 3.0 BIOS's); turning on > the SRAT turns off node interleaving. Thanks for the reply. Unfortunately, setting "ACPI SRAT Support" to ENABLE and having "Node Interleaving" set to DISABLE does not help. I still get the panic if hw.physmem="16G". -- Steve