Reputation: 2504
All,
How much memory a 32bit server running Windows 2003 Server edition can address?
Rgds,
MK
Upvotes: 0
Views: 2501
Reputation: 13651
Depends on what edition.
Have a look at this. What Windows will actually SEE in 32-bit editions is a bit different.
Also, have a read through Physical Address Extensions (PAE) which, as others have mentioned, allows 32-bit Windows to address more than 4 GB of memory.
Upvotes: 2
Reputation: 21369
4 GiB for Standard edition (with PAE). Otherwise:
http://technet.microsoft.com/en-us/library/cc758523(WS.10).aspx
64 GiB is the absolute maximum for the 32bit versions. I think that limitation is the limitation in PAE.
Upvotes: 1