-
Notifications
You must be signed in to change notification settings - Fork 118
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 issue using v3.1.0 #5413
Comments
Running Docker Desktop 3.2.0(61504) on macOS Catalina v10.15.7., i7 MBP I also have EXTREME CPU load of When I turn off gRPC, I get normal cpu loads, without After more investigation I think the default Resources / File share is too large/wide and I think that causes gRPC to freak out (because of tons of files I got). However I am unaware how to set it up properly. Any attempt to narrow File shares down (eg. to only current working project directory) resulted in Docker for Mac not starting with exact issues described here in #5382 . Only manual removal and clean install would help. For comparison - on same machine I was previously running docker via docker-machine with Parallels driver, (running boot2docker in Parallels VM). Compared to this - it was faster w/ more latency but ever have I experienced such fans blazing. |
For me it is not the same issue. I have also tried to disable gRPC filesystem, removing every shared folders, it changes nothing. |
Several restarts and reinstalls lates I managed to cut down the list of Shared folders to only folders I need (3 of them) with minimal set of files and to leave gRPC enabled. I can confirm that high cpu is gone. |
I have possibly a similar issue. Very high CPU for Docker desktop version: 3.2.2. I just upgraded Docker desktop (can't remember previous version, I think 2.4.something) and OS (previously Catalina), without improvement as far as I can tell. Btw, under Resources I see 55.9/59.6 GB used. I don't get why that's so high, is it a problem? |
Issues go stale after 90 days 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. |
Hi! I also experience high CPU usage when running the gRPC Fuse file sharing, and this remains upon factory reset. Following reading this issue, I have just disabled the gRPC and the CPU usage seems way lower so far. I am using the default sharings with some external drive mounts (3.6TB HFS) and ~ 300GB |
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. |
Similar to:
#3539
#3499
Expected behavior
CPU Consumption would be more 'normal'
Actual behavior
After a few minutes of starting redis instance, cpu spikes to 200%, but redis isn't doing much
Information
-->
Steps to reproduce the behavior
For me, it seems tied to the redis instance. If I stop redis, the issue mostly goes away:
Lightly using redis:
Stopped processes (on host) using redis lowers CPU... but host CPU is still seemingly way too high.
Docker should have plenty of resources:
The text was updated successfully, but these errors were encountered: