Thursday, February 7, 2013

Virtual memory

Virtual Memory = Part in physical memory + Part on disk

The part in physical memory is RSS. So, VSS should be greater than RSS.

Vss = virtual set size
Rss = resident set size

RSS represents the physical memory usage and
VSS represents the virtual memory usage.

No comments:

Post a Comment