-
Notifications
You must be signed in to change notification settings - Fork 288
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
High CPU - no container is running #2854
Comments
Issues go stale after 90d of inactivity. Prevent issues from auto-closing with an If this issue is safe to close now please do so. Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows. |
WMI Provider logs the problem to EventViewer. After you start Docker Desktop open EventViewer (Windows+R, eventvwr), then in View Menu show Debug Protocols, then go to Microsoft->Windows->WMI Host. There you can find a lot of 5858 Events that show that Queryies are not closed properly by Docker. |
Were you able to do anything about it ? |
No, sorry I am not a docker-developer, only a user. My solution was to install an Ubuntu partition for using docker. Anyway, Windows 10 will soon get a linux kernel. |
/remove-lifecycle stale |
I have the same problem on Windows 10 Enterprise, Version 1803 |
Have the same issue. VMI Provider Host keeps consuming CPU even if Docker Desktop is turned off. So once I stop working with Docker I use a temporary workaround described @ https://www.drivereasy.com/knowledge/wmi-provider-host-high-cpu-usage-on-windows-10-solved/#3 . Do not have a fix for CPU consumption during work though :/ |
the fix for the cpu consumption is described in #809 (disable dummy network adapters via settings -> network -> status -> change adapter options) |
@nicolas-tg-ch I've tried that before, no change. I only have 2 Hyper-V adapters there. I tried to disable only one or both of them, yet VMI Provider host consumed about the same amount of CPU regardless. |
Issues go stale after 90d of inactivity. Prevent issues from auto-closing with an If this issue is safe to close now please do so. Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows. |
Closed issues are locked after 30 days of inactivity. If you have found a problem that seems similar to this, please open a new issue. Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows. |
Expected behavior
low cpu when no container is runnig
Actual behavior
In Task manager: 30-30% CPU due to docker
Docker for windows Service: 18% CPU
WMI Provider Host: 14% CPU
"Quite Docker" and the CPU is back to 2-3%
Information
Steps to reproduce the behavior
The text was updated successfully, but these errors were encountered: