Date: Wed, 3 Sep 2003 12:45:56 -0400 From: "Michael W. Oliver" <michael@gargantuan.com> To: Vince Hoffman <Vince.Hoffman@uk.circle.com>, "'freebsd-questions@freebsd.org'" <freebsd-questions@freebsd.org> Subject: Re: Old proliant memory detection Message-ID: <200309031246.07155.michael@gargantuan.com> In-Reply-To: <3500515B75D9D311948800508BA37955014BDFBA@EX-LONDON> References: <3500515B75D9D311948800508BA37955014BDFBA@EX-LONDON>
next in thread | previous in thread | raw e-mail | index | archive | help
--Boundary-02=_PrhV/dyqldrdqHP
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Content-Description: signed data
Content-Disposition: inline
+--- 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=20
for me. I added this statement to my kernel config to make it detect and=20
use all of the memory:
options MAXMEM=3D"(128*1024)"
In this case, the 128 represents the amount of RAM you have in MB. From=20
LINT:
# MAXMEM specifies the amount of RAM on the machine; if this is not
# specified, FreeBSD will first read the amount of memory from the CMOS
# RAM, so the amount of memory will initially be limited to 64MB or 16MB
# depending on the BIOS. If the BIOS reports 64MB, a memory probe will
# then attempt to detect the installed amount of RAM. If this probe
# fails to detect >64MB RAM you will have to use the MAXMEM option.
# The amount is in kilobytes, so for a machine with 128MB of RAM, it would
# be 131072 (128 * 1024).
=2D-=20
Mike
perl -e 'print unpack("u","88V]N=3D&%C=3D\"!I;F9O(&EN(&AE861E<G,*");'
--Boundary-02=_PrhV/dyqldrdqHP
Content-Type: application/pgp-signature
Content-Description: signature
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (FreeBSD)
iD8DBQA/VhrPsWv7q8X6o8kRApnhAJ9dWsZFVppPIm+mZqcJ7vh31QH2JACfTyXO
AcCz2VsXDiLiJQoKWX1GI2g=
=Hh4M
-----END PGP SIGNATURE-----
--Boundary-02=_PrhV/dyqldrdqHP--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309031246.07155.michael>
