Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: mark on November 21, 2000, 10:34:18 PM

Title: memory
Post by: mark on November 21, 2000, 10:34:18 PM
Had e-smith running on 64MB of RAM.  Just put a 128MB stick in for total 196MB.  Bios posts 196MB, but e-smith only sees 64MB----HELP!
Title: RE: memory
Post by: Dan Brown on November 21, 2000, 11:01:06 PM
Actually, that total should be 192MB.  To make the system recognize it, you'll need to edit /etc/lilo.conf.  After the line that says "root=/dev/hda6", add this:

    append="mem=192M"

Then save the file, run /sbin/lilo, and reboot.
Title: RE: memory
Post by: mark on November 23, 2000, 08:24:00 PM
Worked like a charm, thanks.