If You Install More than 4 GB Memory in your 32bit ubuntu Machine It will not access the memory beyond 4GB.The x86 architecture presently uses only 36 bits out of 52 bits possible. On x86-64 processors, PAE is obligatory in native long mode; currently 40 bits are used out of 52 bits possible. How do I find out if my Linux kernel supports 36-bit or more physical addressing?
$ sudo grep physical /proc/cpuinfo
shows
physical id : 0
address sizes : 36 bits physical, 48 bits virtual .........
$ free -m will show only <>$ sudo apt-get update
$ sudo sudo apt-get install linux-headers-server linux-image-server linux-server
Once kernel images installed, just reboot your machine ,
$ sudo reboot
After reboot, login into your system and type the following command to verify memory usage:
$ free -m
Home »
Ubuntu
» Howto Install More Than 4Gb Memory in 32 bit Ubuntu - How to Install PAE ( Physical Address Extension)
Howto Install More Than 4Gb Memory in 32 bit Ubuntu - How to Install PAE ( Physical Address Extension)
Related Posts:
Get Atheros AR5007EG or AR242x wireless cards (may be other models) working in Ubuntu 8.10 (Intrepid Ibex)This tutorial will explain how to Atheros AR5007EG or AR242x wireless cards working in Ubuntu 8.10 (Intrepid Ibex).First you need to compile latest at… Read More
Audio player based on gstreamer- ZikZiK is an audio player based on gstreamer. It uses the path of your audio files instead of a music library. Audio files are shown on the left panel as… Read More
connect iPhone/iPod Touch (Using USB) in Karmic/Jaunty/Intrepid/HardyIf you want iphone/ipod touch in ubuntu easy way is using iFuse program. iFuse allows you to mount an iPhone or iPod Touch under Linux using the USB … Read More
How to Install Firefox3.0a1 in UbuntuFirefox 3.0 is the next generation release of the award-winning Firefox web browser from Mozilla.This article describes how to install fiefox3.0a1 in … Read More
setup Second IP address or Virtual IP address to your Networkcard in ubuntuIf you are a Network Administrator some time you need to assign more than ONE ip address (second ipaddress) to your network card of Ubuntu machine. Fo… Read More
0 comments:
Post a Comment