Site icon EfmSoft

What does NTSTATUS 0x40000002 (STATUS_WORKING_SET_LIMIT_RANGE) mean?

 
Previous Next
STATUS_THREAD_WAS_SUSPENDED STATUS_IMAGE_NOT_AT_BASE

STATUS_WORKING_SET_LIMIT_RANGE

The requested working-set range cannot be applied

A process working set is the set of its pages currently resident in physical memory. APIs that set minimum and maximum values are policy hints constrained by privilege, system capacity, and the relationship between the two limits. This warning means the requested range could not be accepted as specified.

Do not confuse working-set size with committed virtual memory or page-file size. Increasing a limit does not reserve RAM and does not solve a system commit shortage. Record the exact minimum, maximum, flags, and privilege state, then measure whether the workload is actually faulting because of trimming before changing policy.

What to inspect

References


Looking for a different code? Search another status or error code.

Exit mobile version