Some times my driver cannot allocate 460Kbyte's non-paged pool .
and the system's main memory was 256MByte. when I see the nonpagepool using
WinDBG was following
!vm
.... NonPagedPool Usage : about 10MB
.... NonPagedPool Max : about 100MB
also I checked using (kd> dd mmmaximumnonpagedpoolinbytes l1 )
I could think the reason would be external external fragmentation,
However the gap between usage and current is too large(almost 1/10)
Anyone know, athe problem and the way to solve that problem. ?
Thanks