Welcome to jBasket Interviews, where you can ask questions and receive answers from other members about job interviews and job seeking tips.

What is the maximum amount of memory any single process on Windows can address?

0 votes
What is the maximum amount of memory a process can hanve on Windows ? Is this different than the maximum virtual memory for the system? How would this affect a system design?
asked 2 years ago by scott (560 points)

1 Answer

0 votes
It depends on 32bits or 64bits.
For 32bits 2^32 = 4.2 billion ~ 4G of max memory

Often this memory is divided into 2 part : 2G for kernel and 2 G for applications.
answered 2 years ago by hiro.numara (470 points)

Related questions