-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
DOTNET_Thread_UseAllCpuGroups does not have a runtimeconfig equivalent property #81713
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
Hey @agocke, is this required for 8? |
Moving to 9.0 for now. The equivalent config var for the GC is configurable through runtimeconfig.json, so it would probably make sense to make this config var similarly configurable. The default setting should be decent, is there some other reason for making it configurable through runtimeconfig.json to change the default? |
Tagging subscribers to this area: @mangod9 Issue DetailsSee https://learn.microsoft.com/en-us/dotnet/core/runtime-config/threading#cpu-groups where runtimeconfig.json is set to "N/A".
|
See https://learn.microsoft.com/en-us/dotnet/core/runtime-config/threading#cpu-groups where runtimeconfig.json is set to "N/A".
The text was updated successfully, but these errors were encountered: