Results 1 to 1 of 1
That problem shall be there in case the OS is 32-bit.
For RHEL/Centos 4
Install Hugemem kernel.
#yum -y install kernel-hugemem
Thereafter edit grub and make kernel-hugemem as default kernel ...
- 09-01-2008 #1Linux Newbie
- Join Date
- Apr 2008
- Location
- India
- Posts
- 170
[SOLVED] RAM showing 3GB whereas physically its more than 3GB
That problem shall be there in case the OS is 32-bit.
For RHEL/Centos 4
Install Hugemem kernel.
#yum -y install kernel-hugemem
Thereafter edit grub and make kernel-hugemem as default kernel and reboot the server to let it boot in kernel-hugemem kernel. Once the server is back online, the exact amount of RAM shall show up.
For RHEL/Centos5
Install PAE kernel.
#yum -y install kernel-PAE
Thereafter edit grub and make kernel-PAE as default kernel and reboot the server to let it boot in kernel-PAE kernel. Once the server is back online, the exact amount of RAM shall show up.
The changed kernel type can be set as default kernel in kernel update config as well by updating the same in /etc/sysconfig/kernel:
DEFAULTKERNEL=kernel-hugemem (for RHEL/Centos4)
DEFAULTKERNEL=kernel-PAE (for RHEL/Centos5)Regards
David.s
davidanands.co.cc
-->Success is the list of failures ...!!!



