-
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
Windows 10 Docker processes consuming high CPU.. #4773
Comments
I ran into this again today but I didn't notice the CPU usage initially, I attempted to run docker build and received this error: Error response from daemon: mkdir /var/lib/docker/tmp/docker-builder723595540: read-only file system". Upon looking at the task manager I see the vmmem cranking the CPU. I'd guess that the VM fails to boot correctly and is in a bad state. As always, asking docker to restart (and thus bouncing the VM) solves the issue. Version Information: 2.1.0.5 (40693) Stable |
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. |
same issue on my laptop. |
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
Actual behavior
Information
Steps to reproduce the behavior
The text was updated successfully, but these errors were encountered: