I have a 512 MB system, system default allocation:
NonPagedPool Max: 32768 ( 131072 Kb)
PagedPool Maximum: 43008 ( 172032 Kb)
My driver mainly uses Non-Paged pool for memory allocation. With certain
settings, driver run out of Non-Page Pool memory. I tried in registry (
NonPagedPoolSize ) but I did not see any change ( after next reboot ).
How could I increase Non-Paged Pool memory allocation on Windows XP system?