You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
historically the default has been disabled. in 3.0 by default we will use > 64 procs on linux since we got rid of the (simulated) cpu group concept there. we should change the default on windows to match this.
this includes changing the default for both GCCpuGroup and Thread_UseAllCpuGroups.
In Windows 11 processes are no longer constrained to a single processor group by default. I guess that means we should consider both GCCpuGroup and Thread_UseAllCpuGroups enabled by default. See related issue #67180.
historically the default has been disabled. in 3.0 by default we will use > 64 procs on linux since we got rid of the (simulated) cpu group concept there. we should change the default on windows to match this.
this includes changing the default for both GCCpuGroup and Thread_UseAllCpuGroups.
CC @janvorli
The text was updated successfully, but these errors were encountered: