Nonpaged Pool Memory Limitation



Hi All,

I want to allocate two 1MB non-paged pool memories in my driver (using
ExAllocatePoolWithTag). one for read and other for write.
I would like to know what is the limitation of nonpaged pool. Is this
dependent on physical memory?

Actually, I have the option of using single 1MB pool both for writes
and reads. I would like to know if the system be degraded (in terms of
performance or anything else) if I use two pool memories instead of
one pool memory?

Thanks and Regards,
Kid
.



Relevant Pages

  • Re: Nonpaged Pool Memory Limitation
    ... This posting is provided "AS IS" with no warranties, ... I want to allocate two 1MB non-paged pool memories in my driver (using ... I would like to know what is the limitation of nonpaged pool. ... dependent on physical memory? ...
    (microsoft.public.development.device.drivers)
  • Re: Nonpaged Pool Memory Limitation
    ... there is a hard coded limit on NP pool. ... that limit is also affected by the amount of physical memory. ... I want to allocate two 1MB non-paged pool memories in my driver (using ...
    (microsoft.public.development.device.drivers)
  • Re: Nonpaged Pool Memory Limitation
    ... I want to allocate two 1MB non-paged pool memories in my driver (using ... I would like to know what is the limitation of nonpaged pool. ... dependent on physical memory? ...
    (microsoft.public.development.device.drivers)
  • Re: Slow System and Network, High PF usgae
    ... understand why the system suddenly experiences 100% Total CPU. ... excessive page fault causes a 100% total CPU? ... Non-paged pool is a pool of virtual address SPACE, not physical memory. ...
    (microsoft.public.development.device.drivers)