2
Answers

How much memory will be allocated during execution of a single exe?

Ask a question
Suresh Ravi

Suresh Ravi

15y
4.7k
1
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?

Answers (2)