-
Notifications
You must be signed in to change notification settings - Fork 122
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
Docker becomes even slower is Parallels Desktop is started #894
Comments
I expect that Parallels likely installs kernel modules which interfere somehow with OSX's native Hypervisor.framework (much like older virtual box 4.x modules did). Even shutting down Parallels probably doesn't unload those modules, maybe it is possible to do it manually though? Unfortunately I think it is unlikely we can address that within Docker for mac. Have you reported this to one or both of Parallels or Apple? |
nope. given past experience with Apple, I guess that, since Docker is affected, they'll ask me to report the problem to... Docker :-( |
@ilg-ul do you still experience this behavior? Have you tried unloading the Parallels kernel modules? |
I planned to upgrade Parallels to the latest version and time some builds, but I've been quite busy. I'll come with more data, when available. |
these days I did some tests with the OpenOCD build and the results are not conclusive. :-( the build with the Parallels Desktop not started, took:
Exactly the same script, with Parallels running a Windows 8 x64 VM, took only slightly more:
I did not have time to test the QEMU builds, which, last time I ran, took several hours to complete. on the other side, now I'm using Version 1.13.0-beta38 (15084), not 1.12 stable, as I did for the QEMU build. it is perfectly possible for the latest releases to have fixed some performance issues. I suggest we close this issue for now. when I'll run the QEMU builds I'll check again, and, if necessary, I'll report again. |
Thanks for checking! It may also depend on your OS X version so please keep us updated with that if you re-test. Thanks for using Docker for Mac! |
For the records, the current version is macOS Sierra 10.12.2 (16C67), running on a MacBook Pro, with 16 GB RAM and 1TB of SSD. |
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 behaviour
If enough memory is available, starting Parallels Desktop should not impact Docker performances
Actual behaviour
Starting Parallels Desktop while Docker is running seems to make Docker even much slower than it is usually.
Information
Docker 1.12.3-beta29.2
Attached manually:
20161103-185130.tar.gz
Steps to reproduce the behavior
The curious thing is that even if Parallels is closed, the Docker speed remains low.
The text was updated successfully, but these errors were encountered: