Non pages pool error

G

Guest

Hi,

My server is keep having this Event ID "2019. The server was unable to
allocate from the systems non pages pool because the pool was empty."
Although the server is funtioning well, I wan to know what could trigger
this event and anyway to resolve it.
Thanks in advance.

Regards,

KhantSoe
 
J

John John

You can use poolmon.exe or use perfmon to monitor the non-paged pool for
possible leaks. See here:

http://www.microsoft.com/technet/archive/ntwrkstn/reskit/04memory.mspx?mfr=true
(Scroll down to "Monitoring the Nonpaged Pool"

How to Use Memory Pool Monitor (Poolmon.exe) to Troubleshoot Kernel Mode
Memory Leaks
http://support.microsoft.com/kb/177415

The Non Paged Pool is an area of memory that cannot be paged out to the
pagefile, it remains in memory as long as it is allocated or until an
application using it is terminated. Depletion of the pool is usually
caused by poorly written applications or buggy drivers. It may be
helpful if you tell us what else is running on the server, Exchange for
one example can affect the non-paged memory significantly.

John
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Nonpaged pool server issue? 1
Nonpaged pool ? What is it ? 2
Server Freeze 1
the pool was empty 1
Error: 2019 1
Srv error, please help. thanks! 1
Getting a 2019 error message?? 2
Server Hangs !!!! 2

Top