Sebastián Castro
Sebastián Castro

Reputation: 21

Memory Leak on Windows 10 - EtwD/Etwr

I am having issues with a memory leak that is eventually consuming all my RAM, even if I don't use my computer after a while. This is utterly annoying, mainly because I have to reboot my system after a while.

I have tried to trace back the cause of the leak with poolmon.exe, and apparently, it has to do with the Event Tracing for Windows (ETW). I have tried to disable some of the logs in computer management->performance->Data Collector Sets and tried to trace precisely which one is the one causing the issue with logman/xperf.

Any ideas?

Thanks everyone!

Details

System

Here is a screenshot of the task manager showing the memory performance in a session when this memory leak happens.

Image: Task Manager Paged/Non-paged pool consumption

As you can see, it is consuming 63.4 GB of memory as a paged pool resource!

Image: poolmon.exe debugging

According to Microsoft, these are the values for these tags:

EtwR - nt!etw       - Etw Registration
EtwD - nt!etw       - Etw DataBlock

Upvotes: 2

Views: 818

Answers (0)

Related Questions