Kernel Support for 4GB+ RAM

If you have 4 GB or more RAM on a Linux server, it may not show up the in the server. In this case you need to install PAE kernel package. This kernel package will support upto 64GB of memory. The non-PAE kernel can only address up to 4GB of memory. You can install the kernel-PAE package if you have more than 4GB of RAM. Use the yum command to install the package:


yum install kernel-PAE

This will install the package and in order for the changes to take affect, you need to reboot your server with the following command:

reboot

Once the server is online, you can check the physical memory on your server using:

free -m

g33kadmin

I am a g33k, Linux blogger, developer, student and Tech Writer for Liquidweb.com/kb. My passion for all things tech drives my hunt for all the coolz. I often need a vacation after I get back from vacation....

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.