How much memory will be allocated during execution of a single exe?
As I understand, In 32bit windows, each process will get 4gb of address space through virtual memory mechanism.
Out of 4gb, 2gb is Kernel mode and 2gb is user mode.
Our applications uses the 2gb of user mode.
If I execute an exe (Test.exe) – how much memory will be allocated for (Text.exe) process?

Suresh RaviPosted Aug 31, 2009, 6:00 AM
Master BillaPosted Aug 21, 2009, 5:07 AM
This is completely based in your application load and process.
http://articles.techrepublic.com.com/5100-10878_11-5109829.html
thank you