How to view Windows Server 2012 Datacenter non-paged pool maximum on a production server?
As the server is a production server, I would not want to install anything on it.
I have 7 GB physical and non-paged pool usage seems to be around 50 MB
Edit: I have a production server that just ran out of virtual memory in the middle of the night with no users online: Windows successfully diagnosed a low virtual memory condition. The following programs consumed the most virtual memory: sqlservr.exe (1392) consumed 2162122752 bytes, w3wp.exe (8376) consumed 831188992 bytes, and svchost.exe (912) consumed 164548608 bytes.
I first thought I had a memory leak and thought that I would like to know whether 50MB of non-paged pool memory in my system is a lot or not.Non-paged pool maximum is calculated at startup and is not viewable with Task manager or Performance Monitor. The only way that I know that would allow me to view non paged pool maximum involves installing other components such as Windbg. Hence the question.
The actual problem that I am trying to solve is "Why did my production server run out of virtual memory in the middle of night during a weekend with practically no load at all. I thought that a high value of non-paged memory utilized would be a good indication of a memory leak.