Computer Science Fundamentals Operating Systems Subjective
Mar 07, 2013

What is the resident set and working set of a process?

Detailed Explanation

Resident set is that portion of the process image that is actually in real-memory at a particular instant. Working set is that subset of resident set that is actually needed for execution. (Relate this to the variable-window size method for swapping techniques.)

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback