RAM, Virtual Memory, Pagefile and all that stuff

In modern operating systems, including Windows, application programs and many system processes always reference memory using virtual memory addresses which are automatically translated to real (RAM) addresses by the hardware. Only core parts of the operating system kernel bypass this address translation and use real memory addresses directly.

Virtual Memory is always in use, even when the memory required by all running processes does not exceed the amount of RAM installed on the system.

This Microsoft Knowledgebase article explains processes, memory limits, pagefiles, and the difference between the different counters in Performance Monitor.

RAM, Virtual Memory, Pagefile and all that stuff [Microsoft KB]

Related posts:

  1. Dynamic Memory coming to Hyper-V
  2. How to Resize a Microsoft Virtual Hard Drive (VHD) File
This entry was posted in microsoft. Bookmark the permalink.
FacebookTwitterLinkedInDeliciousRSS Feed

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>