Answered by:
Memory leak?

Question
-
I am having a memory leak
I have way to high % usage then it has to be
some times it was even 98% high ram usage
I got 16 gb ram
Here is a picture of some information I hope this helps
http://i46.tinypic.com/ei2uj6.png
I hope some one can help me :)
Saturday, January 19, 2013 12:35 AM
Answers
-
no the screenshot is perfect and SHOWS the issue, you only have to know how to read them ;)
@Zelpex
You have a non paged pool driver leak and the pooltag Wfpn is the cause. This tag is used by the "Windows Network Data Usage Monitoring Driver". Run this command to disable it:
sc config NDU start= disabled
"A programmer is just a tool which converts caffeine into code"
- Marked as answer by Zelpex Saturday, January 19, 2013 11:57 AM
Saturday, January 19, 2013 7:55 AMAnswerer
All replies
-
That screenshot is useless, what process is using up 98% of your memory?
Be kind and Mark as Answer if I helped.
Saturday, January 19, 2013 1:25 AM -
no the screenshot is perfect and SHOWS the issue, you only have to know how to read them ;)
@Zelpex
You have a non paged pool driver leak and the pooltag Wfpn is the cause. This tag is used by the "Windows Network Data Usage Monitoring Driver". Run this command to disable it:
sc config NDU start= disabled
"A programmer is just a tool which converts caffeine into code"
- Marked as answer by Zelpex Saturday, January 19, 2013 11:57 AM
Saturday, January 19, 2013 7:55 AMAnswerer -
I wanted to try that command but it did not work (my computer is dutch so i made some kind of translation :P)
http://i50.tinypic.com/2jb5ezl.png
It did not allow me to do that
I hope this picture helps more
Saturday, January 19, 2013 11:35 AM -
start the cmd with admin rights:
http://windows.microsoft.com/en-US/windows7/How-do-I-run-an-application-once-with-a-full-administrator-access-token
"A programmer is just a tool which converts caffeine into code"
Saturday, January 19, 2013 11:50 AMAnswerer -
Thank you for helping me
On that screenshot: http://i50.tinypic.com/2jb5ezl.png
is there anything more that causes it or was that the only one?
Saturday, January 19, 2013 11:58 AM -
the pooltag NDNB is also a bit high. This tag also seams to be related to the same driver. Do a reboot and check if you still have the issue.
"A programmer is just a tool which converts caffeine into code"
Saturday, January 19, 2013 12:48 PMAnswerer -
According to the screenshot, this is pointing to Killer Network drivers, I suggest updating that to the latest version available from the manufactures site.
http://www.killernetworking.com/support/driver-downloadsTuesday, November 22, 2016 7:14 PM