From owner-freebsd-questions@FreeBSD.ORG Wed Sep 3 09:50:03 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8A09416A4BF for ; Wed, 3 Sep 2003 09:50:03 -0700 (PDT) Received: from ns2.uk.circle.com (ns0.uk.circle.com [213.249.210.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id C87B043FCB for ; Wed, 3 Sep 2003 09:50:01 -0700 (PDT) (envelope-from Vince.Hoffman@uk.circle.com) Received: from mime-bristol.uk.circle.com (mime-bristol.uk.circle.com [213.249.210.50]) by ns2.uk.circle.com (8.12.9/8.12.9) with ESMTP id h83GkNDu011256 for ; Wed, 3 Sep 2003 17:46:23 +0100 (BST) (envelope-from Vince.Hoffman@uk.circle.com) Received: from ex-london.uk.circle.com (unverified) by mime-bristol.uk.circle.com ; Wed, 3 Sep 2003 17:51:17 +0100 Received: by EX-LONDON with Internet Mail Service (5.5.2653.19) id ; Wed, 3 Sep 2003 17:50:05 +0100 Message-ID: <3500515B75D9D311948800508BA37955014BDFC1@EX-LONDON> From: Vince Hoffman To: "'michael@gargantuan.com'" , Vince Hoffman , "'freebsd-questions@freebsd.org'" Date: Wed, 3 Sep 2003 17:50:04 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Subject: RE: Old proliant memory detection X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Sep 2003 16:50:03 -0000 > +--- On Wednesday, September 03, 2003 11:31, > | Vince Hoffman proclaimed: > | > | Hi all, > | I'm running 4.8-RELEASE on an ancient Dual P.Pro > proliant, and its > | not correctly detecting how much RAM i have, is there a way to tell > | FreeBSD the correct amount? I'm sure i saw something on the > list about > | this a while back but my googling hasnt come up with anything. :( > | > > Yeah, I have a couple old Proliant 5000R's, and this was > always a problem > for me. I added this statement to my kernel config to make > it detect and > use all of the memory: > > options MAXMEM="(128*1024)" > > In this case, the 128 represents the amount of RAM you have > in MB. Just the thing. Thanks very much.