I've just added an other 2GB of memory to my Fedora RC4 server (32bit setup) The BIOS is seeing it nice (I now have 4GB in it). Do I need to change things in the OS (fedora rc4) as well, or does it take care of of this?
You don have to change anything in your OS. Does it show the correct memory size in the "top" command?
Yes it does show the correct memory size (4137228k) with top Code: top - 21:23:37 up 1 day, 11:33, 1 user, load average: 1.93, 1.95, 1.88 Tasks: 278 total, 6 running, 272 sleeping, 0 stopped, 0 zombie Cpu0 : 26.5% us, 20.5% sy, 0.0% ni, 52.9% id, 0.0% wa, 0.0% hi, 0.0% si Cpu1 : 27.2% us, 20.3% sy, 0.0% ni, 52.4% id, 0.0% wa, 0.0% hi, 0.0% si Cpu2 : 24.4% us, 18.9% sy, 0.0% ni, 56.5% id, 0.1% wa, 0.0% hi, 0.1% si Cpu3 : 24.7% us, 18.5% sy, 0.0% ni, 56.2% id, 0.2% wa, 0.0% hi, 0.3% si Mem: 4137228k total, 2982592k used, 1154636k free, 76148k buffers Swap: 787176k total, 0k used, 787176k free, 2270872k cached
If the RAM is detected correctly by your Linux, you don't need to do anything more. With some kernels, you may have problems with detection memory, especially if you have lots of it. In these cases you need to either aupply a kernel option to lilo or grub (mem=XZY), or recompile kernel to use more memory - which you don't need.