Working Set
Revision as of 14:18, 4 June 2019 by Darya.zelenina (talk | contribs) (Created page with "A '''working set''' is a set of memory pages that a process is allowed to use. =Working Set Limits= Working set limits are established from UAF: * WSDEFAULT (working se...")
A working set is a set of memory pages that a process is allowed to use.
Working Set Limits
Working set limits are established from UAF:
- WSDEFAULT (working set default) is the number of pages allocated to a starting process
- WSEXTENT (working set extent) is the number of pages that a working set can grow to if this memory is available and it may borrow more pages.
- WSQUOTA (working set quota) is the number of pages guaranteed to an active process
However, they may not be set lower than the following system parameters:
- for interactive processes:
- for detached processes: