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:
- $ Free-m
- Total used free shared buffers cached
- Mem:32918012489095342
- -/+ Buffers/cache:3632927
- 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:
- $ Sudo apt-GetUpdate
- $ Sudo apt-GetInstall linux-headers-server linux-image-server linux-server
- $ Sudo reboot
After the system is restarted, check the memory
- $ Free-m
- Total used free shared buffers cached
- Mem:3862373212901271149
- -/+ Buffers/cache:24551406
- Swap:57201705550