• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Question about the memory limit in XP

AmberClad

Diamond Member
I've read this somewhere and wanted to know if it's true -- that the 4GB memory limit in XP includes all types of memory, not just memory in the form of RAM sticks. So does that include the paging file and video RAM?
 
In general, a 32-bit CPU can address 2^32 bytes (4 GB) of memory. It's not really a limitation of XP, it's a limitation of 32-bit architectures. There are workarounds (such as PAE), but if you need to use more memory you're better off using a 64-bit CPU and OS.
 
Originally posted by: AmberClad
I've read this somewhere and wanted to know if it's true -- that the 4GB memory limit in XP includes all types of memory, not just memory in the form of RAM sticks. So does that include the paging file and video RAM?

Yes and no. Each process space can be up to 4gb, but that includes space for things like the kernel, mapping your video memory, etc. Now, your system may support 36bit, 42bit, or 64bit addressing which means the system can play some tricks and remap some of that peripheral memory elsewhere. The pagefile isn't included in that total.
 
Back
Top