InterviewSolution
Saved Bookmarks
| 1. |
What is the resident set and working set? |
|
Answer» At any given time, the resident SET is the part of the processed image that is actually in the real memory. It's broken down into SUBSETS, one of which is the WORKING set. The working set is the SUBSET of the resident set required for EXECUTION. |
|