Here's a question. How much memory will a 32bit application use on a 64bit machine?

Soldato
Joined
28 Sep 2008
Posts
14,207
Location
Britain
If I use to invoke the /pae /userva switch on a 32bit server to allow maximum address space for an application, what happens when I move that application to a x64 machine?

Does it just use as much memory as it wants, or will ultimately the application itself limit how much memory it uses?
 
I think it might be only 2GB for a 32-bit app.

Which leads me to the question as to why bother with a pae userva switch if the app will actually only ever use 2Gbs.

I understand you use the above switches to allow the app to use 3Gb and the OS to use the rest (in simple terms)
 
Back
Top Bottom