Last active
September 12, 2023 19:54
-
-
Save kyzmitch/26232a539b89e349fd8363d71769145e to your computer and use it in GitHub Desktop.
Xcode workaround to limit too many build tasks
This file contains hidden or 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
defaults write com.apple.dt.xcodebuild IDEBuildOperationMaxNumberOfConcurrentCompileTasks 6 | |
defaults write com.apple.dt.xcodebuild PBXNumberOfParallelBuildSubtasks 6 | |
defaults write com.apple.dt.Xcode PBXNumberOfParallelBuildSubtasks 6 | |
defaults write com.apple.dt.Xcode IDEBuildOperationMaxNumberOfConcurrentCompileTasks 6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
to return to the default values need to use the value from
sysctl -n hw.ncpu