How to enable 32-bit Linux Hosts to support larger memory than 4 GB

Source: Internet
Author: User
How to enable the 32bitLinux host to support a large memory of more than 4 GB-Linux Enterprise Application-Linux server application information is described below. The times are different, and the memory is getting bigger and bigger. 4 GB memory is nothing for the server, but the maximum memory addressing space supported by the 32-bit system is 2 ^ 32 = 4 GB. Therefore, to support parts larger than 4 GB, you need to find another method. The simplest method is to use a 64-bit system. This is very simple and will not be discussed here.

First, large memery support must be enabled in the BIOS. Different BIOS is different. In short, you must set the Tab so that all the memory can be viewed during startup.

To use the PAE kernel in Linux, the installation method is as follows:

Yum install kernel-PAE

After the automatic installation is complete, modify the startup settings:

Vi/boot/grub. conf

Here:

Default = 1
Timeout = 1
Splashimage = (hd0, 0)/grub/splash.xpm.gz
Hiddenmenu
Title Fedora Core (2.6.22.9-61. fc6)
Root (hd0, 0)
Kernel/vmlinuz-2.6.22.9-61.fc6 ro root = LABEL =/1 rhgb quiet
Initrd/initrd-2.6.22.9-61.fc6.img
Title Fedora Core (2.6.22.9-61. fc6PAE)
Root (hd0, 0)
Kernel/vmlinuz-2.6.22.9-61.fc6PAE ro root = LABEL =/1 rhgb quiet
Initrd/initrd-2.6.22.9-61.fc6PAE.img
Title Fedora Core (2.6.20-1.2952.fc6)
Root (hd0, 0)
Kernel/vmlinuz-2.6.20-1.2952.fc6 ro root = LABEL =/1 rhgb quiet
Initrd/initrd-2.6.20-1.2952.fc6.img

The title count starts from scratch and you can see the bold PAE. The serial number here is 1, so set default to 1. In addition, you can change the timeout value to 1 for the server. This allows the system to wait a few seconds when it is restarted.
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.