Koozali.org: home of the SME Server

memory

mark

memory
« 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!

Dan Brown

RE: memory
« Reply #1 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.

mark

RE: memory
« Reply #2 on: November 23, 2000, 08:24:00 PM »
Worked like a charm, thanks.