Share via


PageOutLow (Compact 2013)

10/16/2014

This global variable sets the threshold below which pages are freed by the trimmer thread.

Syntax

extern const volatile DWORD PageOutLow;

Remarks

The OEMInitGlobals function in oal.exe uses the PageOutLow variable to set the cpPageOutLow member of the OEMGLOBAL function. This function sets the CPU-specific variables before OEMInit executes, so that the kernel can use them.

To set the paging pool size, implement the IOCTL_HAL_GET_POOL_PARAMETERS I/O control code, which the kernel calls during boot to query the paging pool's size. Or, you can use the FIXUPVAR values.

Requirements

Header

Developer Implemented

See Also

Reference

Optional OAL Variables
PageOutHigh