Koozali.org: home of the SME Server
Legacy Forums => General Discussion (Legacy) => Topic started by: Henry on October 13, 2000, 03:59:03 AM
-
I spent 20 mins playing with the search function, but no luck. I'm building a new server and want to use more than
64mb ram (128mb). I seem to rmemeber a post about linux needing a config change to utilize more than 64mb, but I can't find the post. Any help?
The other thing is that I want to use an AMD K6-2 500 processor. Any compatability problems with that unit?
Thanks...........
Henry
-
I have 256Mb of ram and it appears to use it all .....
Or am I seeing things....
-
not often required but youd add a line
append="mem=128M"
to /etc/lilo.conf then run the command /sbin/lilo
--
Damien
-
Damien Curtain wrote:
> not often required but youd add a line
>
> append="mem=128M"
>
> to /etc/lilo.conf then run the command /sbin/lilo
As Damien said - this is rarely required.
The way to check is "cat /proc/meminfo". If MemTotal doesn't match
your installed RAM, you might need this. And before you add it, I'd
search for more information on your motherboard - there may be
BIOS/flash updates which fix the problem.
You should not use this by default, or you may find that RAM you add
at a later date won't be recognised.
Gordon