-
Notifications
You must be signed in to change notification settings - Fork 826
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
Can we specify which NUMA WSL will run on? #12319
Comments
Logs are required for review from WSL teamIf this a feature request, please reply with '/feature'. If this is a question, reply with '/question'. How to collect WSL logsDownload and execute collect-wsl-logs.ps1 in an administrative powershell prompt:
The script will output the path of the log file once done. If this is a networking issue, please use collect-networking-logs.ps1, following the instructions here Once completed please upload the output files to this Github issue. Click here for more info on logging View similar issuesPlease view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it! Open similar issues:
|
Logs are required for review from WSL teamIf this a feature request, please reply with '/feature'. If this is a question, reply with '/question'. How to collect WSL logsDownload and execute collect-wsl-logs.ps1 in an administrative powershell prompt:
The script will output the path of the log file once done. If this is a networking issue, please use collect-networking-logs.ps1, following the instructions here Once completed please upload the output files to this Github issue. Click here for more info on logging View similar issuesPlease view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it! Open similar issues:
|
/question
|
Diagnostic information
|
Diagnostic information
|
@muratyurdakul75 in |
Thanks for your answer. But setting it from task manager is not a solution. There is a situation like this; I have 2x40 processors. I want WSL to use more processors. With the "node interleaving" setting I made from BIOS, I was able to arrange the numbers as 64+16. Numa:0 has 64 processors, Numa:1 has 16 processors. When wsl first runs, it uses Numa:1. That is, 16 processors. Even if I set it as numa:0 from Task Manager, when I look with the "Docker info" command, I see that it uses 16 processors. Therefore, when wsl first runs, it needs to run directly with numa:0. |
It would be great if we could adjust this with a setting in the .wslconfig file. |
Diagnostic information
|
There are 2 NUMAs in my system. Numa 0 and 1. WSL always uses numa 1. Is there any way to make it use numa 0?
When the computer starts, wsl starts automatically and I want it to work on NUMA 0. Is there a solution for this?
I don't want to use external applications. Can we do this feature directly with Windows or WSL settings?
Thanks
The text was updated successfully, but these errors were encountered: