mirror of https://github.com/docker/docs.git
Ensure PMU Virtualization is turned off
Having PMU Virtualization turned on in Parallels on Macs may cause the MobyLinuxVM to not properly start up and consume considerable amount of CPU finally letting Docker on Windows to fail altogether
This commit is contained in:
parent
f7c7b58a78
commit
f9950129d8
|
@ -488,6 +488,10 @@ with Linux containers.
|
|||
Check the settings in **Hardware → CPU & Memory → Advanced Options → Enable
|
||||
nested virtualization** (the exact menu sequence might vary slightly).
|
||||
|
||||
* Ensure "PMU Virtualization" is turned off in Parallels on Macs. Check the
|
||||
settings in **Hardware → CPU & Memory → Advanced Settings → PMU
|
||||
Virtualization**
|
||||
|
||||
* Configure your VM with at least 2 CPUs and sufficient memory to run your
|
||||
workloads.
|
||||
|
||||
|
|
Loading…
Reference in New Issue