What is the maximum amount of memory any single process on
Windows can address? Is this different than the maximum
virtual memory for the system? How would this affect a
system design?

Answer Posted / kunal

Actually processes access virtual memory space, not physical
memory. Applications never access RAM directly but only
through the memory management interface of the processor.
All processes have a 4GB virtual address space. The upper
2GB is common to all processes and is used by the system.
The lower 2GB is private to each process and is inaccessible
to all others. This is completely independent of the size of
RAM or the page file. The system maps physical memory into
this virtual address space according to both need and
availability.
At any given time the data in virtual memory space might be
stored in RAM, on disk, or both. All of this is totally
transparent to all applications. Frequently accessed data
will be kept in RAM with the remainder left on disk.

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Where do we need Operator overloading?

646


what is the system development cycle

1255


Which method protects back button to retrieve old value from previous page in Struts.

1441


Explain three modes in which files can be accessed from python program

1316


what is the difference between Windows application and Unix application?

2152






Hey this is venkatesh.Please can any body tell me what is SFLNXTCHG?where we use this keyword?what perpuse we use this?Can you tell me in real time senario with example? And in 7 specification(RPG/400)what is the mandatory specification using programs?

1518


Diff between IF and where ?

1612


4. What is the need of START 0? Instead if can we use any other numeric? If we use what will happen?

1889


what is the current salary package in India for a lamp programmer

1870


can we retrieve only integer/String type columns from a table,if yes how?

1489


how to get second highest salary from a employee table and how get a 5th highest salary from a employee table by using proc sql?

1886


write a query that returns one row for each department and the number of employees in that department. Given two tables EMPLOYEE and DEPARTMENT, where there can be multiple employees per department.

1172


what is difference between object oriented programming structure and object oriented programming system?

1434


hai i am mca 2009 fresher.please tell me which certification helps me to get an IT job faster which institute is good in hyderabad.please mail me to prasanna.1856@rediff.com

1524


I want to pass .pdf files as OlE Object to crystal report through VB6. Please any one guid me...

2589