forked from dotnet/runtime
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
If the user has < 65 cores and passes in an affinitized range for the…
… 0th CPU group, if valid, honor it. (dotnet#68283) * If the user has < 65 cores and passes in a affinitized range for the 0th CPU group, honor that passed in affinitized range if valid. * Added the logic to apply the process afinity set for Windows if No CPU Groups are available * Updated logic to make use of the config affinity mask for cases where there are < 65 cores and the user passed in a config related to the 0th CPU Group * Include an additional case where if the user passes in the affinity mask with CPU groups enabled, we error out since this case isn't valid * Incorporated further feedback
- Loading branch information
Showing
4 changed files
with
71 additions
and
35 deletions.
There are no files selected for viewing
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
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
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
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