WMIprvse process leaks memory on 2008 server R2

Posted by Dani Fischer on Stack Overflow See other posts from Stack Overflow or by Dani Fischer
Published on 2010-04-28T18:59:11Z Indexed on 2010/05/03 2:08 UTC
Read the original article Hit count: 571

I have a Windows 2008 R2 server running on a VM machine. My .NET service is running on this server periodically querying WMI, for example:

SELECT ProcessId FROM Win32_Service WHERE ...

After a day or two WMIprvse takes up to 500M memory and WMI queries start getting out of memory exceptions.

This article seems to be talking about this issue: "http://support.microsoft.com/kb/958124"

I've seen other articles saying that Microsoft is aware of the problem and not going to issue a fix until the next major release. http://social.msdn.microsoft.com/Forums/en/netfxbcl/thread/256eb40c-d050-4278-a3d8-863e30db02a0

I'd appreciate any suggestions and insights on this.

© Stack Overflow or respective owner

Related posts about Windows

Related posts about windows-server-2008