Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memory leak caused by WMI calls on WinServer2008R2 "Hyper-V Platform - Enable" #33

Open
jgstew opened this issue Mar 7, 2018 · 0 comments

Comments

@jgstew
Copy link
Contributor

jgstew commented Mar 7, 2018

Reported: https://forum.bigfix.com/t/potential-memory-leak-bf-agent-and-server-2008-r2/24807/15


This is how I would try rewriting the relevance to be more efficient:

Enable:

not exists string values whose(it = "Hyper-V Platform") of selects "Caption from win32_optionalfeature where installstate= 1" of wmis

AND:

exists string values whose(it = "Hyper-V Platform") of selects "Caption from win32_optionalfeature" of wmis

Disable:

exists string values whose(it = "Hyper-V Platform") of selects "Caption from win32_optionalfeature where installstate= 1" of wmis

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant