Tag: working set

(1 Scripts)

<< Back to Script Library
Set the maximum working set size for a process such that it cannot consume more than that amount of memory. Gives the ability to set a memory limit on a process, such as one with a known memory leak, so that it cannot consume more than the maximum memory specified via the parameter. Additional memory allocations will be allowed by the OS paging out some of the existing working set, generally the least recently used.
Version: 1.1.2  •   Created: 2019-06-10  •   Modified: 2019-12-12