I have Ubuntu 12.04 32bit and system is displaying all of my ram 5.7 GiB, how is this possible?
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
|
Because Ubuntu 12.04 is using the PAE kernel by default. |
|||
|
|
|
Physical address extension - aka PAE - lets the CPU "address" (Which means see and use) all the available memory. How? PAE kernels (yours, for example) use a nice trick wich is transparent to applications, remapping physical memory. It's a sort of workaround, you can find more info here http://en.wikipedia.org/wiki/Physical_Address_Extension. Anyways, you'd better switch to 64bit! |
|||||
|
uname -awill show3.2.0-24-generic-paeThe pae part allows you to use more ram ;) – Rinzwind Apr 29 '12 at 16:37