-
Notifications
You must be signed in to change notification settings - Fork 175
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
Use all cores in ue4 build #40
Comments
Under Windows hosts, process isolation mode will use all available CPU cores, whereas VMs spawned by Hyper-V isolation mode only have access to two CPU cores by default. Are you using process isolation mode or Hyper-V isolation mode? |
Correct, I am in Hyper-V mode. |
In that case the behaviour you're seeing is expected. For maximum performance I would recommend using process isolation mode if possible, since Hyper-V isolation mode suffers from a number of issues in addition to the CPU core limit that make it poorly suited to building large, complex container images such as those produced by ue4-docker. Process isolation mode will be used by default if you're running the latest version of ue4-docker with Docker 18.09 under Windows 10 version 1809 or newer. |
Thanks! |
How to use all the cores in ue4 build? It seems that it uses only two by default:
The text was updated successfully, but these errors were encountered: