win32 Service memory leak
2021-04-22 08:28
https://stackoverflow.com/questions/2728578/how-to-get-phyiscal-path-of-windows-service-using-net
https://www.codeproject.com/Articles/26533/A-ServiceController-Class-that-Contains-the-Path-t
http://brooke.blogs.sqlsentry.net/2010/02/win32service-memory-leak.html
https://stackoverflow.com/questions/4377810/managementobjectsearcher-out-of-memory-excepiton
https://stackoverflow.com/questions/9828588/finding-the-actual-executable-and-path-associated-to-a-windows-service-using-c-s
https://support.microsoft.com/en-us/help/981314/the-win32-service-wmi-class-leaks-memory-in-windows-server-2008-r2-and
Consider the following scenario:
- You have a computer that is running Windows Server 2008 R2 or Windows 7.
- An application or a service uses the Win32_Service Windows Management Instrumentation (WMI) class to query some service information frequently.
In this scenario, the memory usage of the Wmiprvse.exe process keeps increasing, and the system performance decreases. After a while, the system resources may be exhausted. Therefore, the applications or services that are running on the computer may stop working.
上一篇:自学WPF之XAML(一)概念
下一篇:win 域
文章标题:win32 Service memory leak
文章链接:http://soscw.com/index.php/essay/77999.html