I'm having trouble fixing my high non-paged pool, I really have no idea what I'm doing so if anyone knows how to fix this it would make my day.
It is starting to annoy me big time, I can't multitask because I don't have enough RAM all the time.
EDIT:
Just tried a different command and found out it's excsd.sys.
puu.sh/iaZi4/f603ab7e51.png
Do I just update it in order to fix this problem?
EDIT:
I updated the driver, it seems to have worked but I'll keep everyone up to date if anything changes.
Download the latest version here
Answer
So I fixed it with updating the driver and here is what I did step by step:
- Installed WDK (Windows Driver Kit)
- Booted up poolmon.exe
- Sorted it to Nonp and sorted bytes to show highest
- Looked at which tag was using the most bytes (in my case ECMC)
- Booted up Command Prompt
- Typed "cd drivers", then typed "findstr /l /m ECMC *.sys" which gave me the name of the driver that was leaking
- I updated the driver in this case here
I hope this helped someone experiencing a similar or the same problem.
No comments:
Post a Comment