Created
July 28, 2022 12:30
-
-
Save ufna/fc0fe7eda6cd084982bcf294d55d1e3a to your computer and use it in GitHub Desktop.
Limit unreal engine build cores
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<Configuration xmlns="https://www.unrealengine.com/BuildConfiguration"> | |
<BuildConfiguration> | |
<MaxParallelActions>6</MaxParallelActions> | |
</BuildConfiguration> | |
</Configuration> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment