View Single Post
Old 02-28-2019, 10:34 AM   #986
cd2013
Connoisseur
cd2013 began at the beginning.
 
Posts: 54
Karma: 10
Join Date: Dec 2013
Device: Kindle Paperwhite 3G
To be precise:

Quote:
https://stackoverflow.com/a/8869596
https://en.wikipedia.org/wiki/Physic...ress_Extension

Yes, a 32-bit architecture is limited to addressing a maximum of 4 gigabytes of memory. Depending on the operating system, this number can be cut down even further due to reserved address space.

This limitation can be removed on certain 32-bit architectures via the use of PAE (Physical Address Extension), but it must be supported by the processor. PAE eanbles the processor to access more than 4 GB of memory, but it does not change the amount of virtual address space available to a single process—each process would still be limited to a maximum of 4 GB of address space.
cd2013 is offline