Click to See Complete Forum and Search --> : adding more ram?
forrest
11-15-2000, 02:17 AM
i know i set the amount of ram on install, and i'm going to add more ram soon (a lot of it actually, from 64, to 320 megs of pc133). now, my question is, do i need to change anything to get linux to USE the full 320 megs of my ram?
and if so, what config file/s do i edit?
Sokertes
11-15-2000, 02:33 AM
What distro are you using?
Strike
11-15-2000, 04:24 AM
Probably not. You may have to add an append="mem=320M" line to /etc/lilo.conf if it doesn't see it all, but all in all it should find your RAM at boot by probing it.
[This message has been edited by Strike (edited 18 November 2000).]
Paul Weaver
11-15-2000, 12:27 PM
It will depend on your motherboards age too. My Abit be6-2 didnt have it auto-probe above 64MB, but I upgraded to the latest bios and it works fine.
forrest
11-17-2000, 01:51 AM
i've got an Abit KA7 w/ the bios latest as of 3 months ago, and i'm running storm.
should that config autoprobe it?
Paul Weaver
11-17-2000, 03:16 AM
Should do, but try it, dont put an append line, boot up, log in, type free
append will always work, sometimes theres no need though.
Geese
11-18-2000, 03:52 AM
You need to edit your lilo.conf to say:
image = /vmlinuz
root = /dev/hda7
label = 1
append = "mem=320M"
http://www.linuxnewbie.org/ubb/biggrin.gif