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
Are there plans to change how worker threads are assigned to CPU cores (with hyper-threading)? For example, I'd like to use it with an i7 on 4 out of 8 cores. The physical cores are 0/2/4/6, but currently, this configuration uses CPU cores 3/4/5/6, a mix of virtual and physical cores.
Are there plans to change how worker threads are assigned to CPU cores (with hyper-threading)? For example, I'd like to use it with an i7 on 4 out of 8 cores. The physical cores are 0/2/4/6, but currently, this configuration uses CPU cores 3/4/5/6, a mix of virtual and physical cores.