koumides
koumides

Reputation: 2504

32bit Server Maximum memory

All,

How much memory a 32bit server running Windows 2003 Server edition can address?

Rgds,

MK

Upvotes: 0

Views: 2501

Answers (3)

squillman
squillman

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

f0ster
f0ster

Reputation: 558

This is how you calculate it

2^32 = 4294967296 bytes .

Upvotes: 0

0xC0000022L
0xC0000022L

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

Related Questions