Hi friends,
I want to know that What is the maximum amount of memory any single process on Windows can address?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
SenthilkumarPosted Apr 7, 2012, 2:51 AM
I suggest you to go through this official microsoft website for their memory limits for windows process.
http://msdn.microsoft.com/en-us/library/windows/desktop/aa366778%28v=vs.85%29.aspx
VulpesPosted Apr 6, 2012, 4:16 AM
http://www.c-sharpcorner.com/Forums/Thread/121996/what-is-the-maximum-amount-of-memory-any-single-process.aspx
Satyapriya NayakPosted Apr 6, 2012, 2:59 AM
The maximum virtual memory for a 32-bit system is 4GB of which 2GB are available to the user processes (3GB running a special configuration).
This affects system design when when designing for memory intensive applications such as databases, enterprise applications etc
Thanks