By default NTFS allocates memory from both pageable and non-pageable memory as needed. Enabling this setting tells NTFS to use non-pageable memory for all allocations. NTFS also changes all of its code sections to be non-pageable.
The benefit of enabling this feature is a reduction in page-faults and stack usage at the cost of additional memory consumption.
A reboot is required for this setting to take effect
Registry Hive | HKEY_LOCAL_MACHINE |
Registry Path | System\CurrentControlSet\Policies |
Value Name | NtfsForceNonPagedPoolAllocation |
Value Type | REG_DWORD |
Enabled Value | 1 |
Disabled Value | 0 |