Read carefully before you yell about something. I said 8TB of virtual memory
address space. That is correct. It will only support 128 GB of physical RAM
(in XP - Server is different). RAM and virtual memory address space are NOT
the same thing. (and it x64, not x86, BTW.)
the issue for many applications has not been RAM but virtual memory address
space, which is limited to 4GB total for 32-bit Windows without some
interesting workarounds. Of that 4GB of virtual memory address space,
normally 2GB is reserved for the OS itself, with the other 2gb available for
applications. If the application is written to take advantage of it, then you
can constrain the OS into 1GB, leaving 3GB of virtual memory address space
for application processes. But many applications are not written to take
advantage, and they will only ever see 2gb of virtual memory address space.
--
Charlie.
http://www.msmvps.com/xperts64/
Draco Paladine wrote:
> ACTUALLY, Win XP x86 can only access 128GB in this release using
> native 64bit apps.
>
>
> "Charlie Russel - MVP" <> wrote in
> message news:e$...
>> 32 bit applications are limited to 4GB if they are compiled with the
>> /LARGEMEMORYADDRESSAWARE flag (which was required to get 3GB under
>> 32-bit Windows). No command line switches or other application
>> changes are required to give that 4gb, assuming the application was
>> written to recognize the extra memory at all.
>>
>> 64-bit processes have access to 8TB of virtual memory address space.
>>
>>
>> --
>> Charlie.
>> http://www.msmvps.com/xperts64/
>>
>>
>> news.microsoft.com wrote:
>>> Are 32 bit apps still limited to 3g per process on x64 systems? What
>>> about 64 bit apps? Whats the limit per process?
>>>
>>> THanks,
>>> KG