Share via


PageOutHigh (Compact 2013)

10/16/2014

This global variable sets the amount of memory above which pages are not freed by the trimmer thread.

Syntax

extern const volatile DWORD PageOutHigh;

Remarks

The OEMInitGlobals function in oal.exe uses the PageOutHigh variable to set the cpPageOutHigh 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
PageOutLow