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?

Re: Increase Non-Paged Pool Memory by Pavel

Pavel
Tue May 31 18:36:58 CDT 2005

Please read:
http://support.microsoft.com/default.aspx?scid=kb;en-us;156316

--PA

"Gerry" <Gerry@discussions.microsoft.com> wrote in message news:E45C7504-BE09-48D9-B11F-8CDCA7E2DDFC@microsoft.com...
> 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?