Ubuntu32bit4 GB memory problems and solutions

Source: Internet
Author: User
The new system memory is upgraded from 2 GB to 4 GB, but only 3291 MB can be seen when you use the command, as shown below: $ free-mtotal & n

The new system memory is upgraded from 2 GB to 4 GB, but only 3291 MB can be seen when you use the command to view it, as shown below:

  1. $ Free-m
  2. Total used free shared buffers cached
  3. Mem:32918012489095342
  4. -/+ Buffers/cache:3632927
  5. Swap:190601906

Check it to find out that the default 32-bit Linux system can only recognize 3291 (3 GB) memory, so if you want to use a 32-bit system with a memory larger than 3 GB, to install Physical Address Extension (PAE), perform the following steps on Ubuntu:

  1. $ Sudo apt-GetUpdate
  2. $ Sudo apt-GetInstall linux-headers-server linux-image-server linux-server
  3. $ Sudo reboot

After the system is restarted, check the memory

  1. $ Free-m
  2. Total used free shared buffers cached
  3. Mem:3862373212901271149
  4. -/+ Buffers/cache:24551406
  5. Swap:57201705550
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.