998R said:
How much physical RAM will XP support? My computermanufacturer
says 2.7GB,
but the MOBO manufacturer says 4GB!
TIA for any info...
XP will support up to 4GB of RAM. However, you're dealing with
virtual memory. A machine with 2 GB of physical RAM can still
give you 4 GB of virtual memory. But, the more physical RAM, the
better.
4 GB of virtual memory is divided into the upper 2 GB for the OS
and the lower 2 GB for the application. The app will never be
able to access all of its 2 GB for a number of reasons. There is
something called the /3GB switch that can be used to force the OS
to use the upper 1 GB and give the app the lower 3 GB. This has
to be set in the boot record. Using this switch will probably
allow the app to access around 2.7 GB IF the EXE image has a flag
set that tells it it can do this. In many cases this isn't a
good idea because the OS now has less space for caching. Google
for "/3GB" and "LARGEADDRESSAWARE".
- Arnie