-
Notifications
You must be signed in to change notification settings - Fork 827
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
Unable to detect second CPU while windows does. #1115
Comments
What? 44cores on one cpu? Never seen anything like that. Edit: Oh, hyperthreading. |
Thank you for reporting your issue. Recognition of multiple processor sockets is something we are aware of and are considering to add support for it. Currently only a single socket is supported. Please add your vote to support this feature on the UserVoice. |
Here's one such issue on Voice for ease of voting: |
What is the status? I do see all 32 CPUs with cat /proc/cpuinfo. |
Hi Unfortunately, there is no development on this issue. There are constant requests on this issue, but they are marked as "duplicate requests" and directed to old notifications. Is there any development? Actually, there are multiple expectations regarding this NUMA issue; It would be really great if such a development could be made. Thank you in advance for your efforts. |
It has been 8 years! @misenesi @muratyurdakul75 |
Should be fixed with https://github.com/microsoft/WSL/releases/tag/2.4.5 - but let me know if this needs more tweaks by opening a new issue. |
I have been using it since the day it was published. There is no problem. Thank you again for your efforts. Actually, I had a different suggestion about this. There may be a NUMA option in the wslconfig file. If you want, you can run it in all NUMA, if you want, you can run it in the NUMA you specify. Maybe it is not a very important request. But it may be needed in this way. |
Please use the following bug reporting template to help produce actionable and reproducible issues. Please try to ensure that the reproduction is minimal so that the team can go through more bugs!
I have a dual socket workstation with 2 e5-2696 v4s in there. Through both top (and htop) lscpu I'm only able to see threads from the first socket.
I'm expecting 2 sockets, with 44 cores and 88 threads to show up.
Kevin@DESKTOP-ALHNGUT:~$ lscpu
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 44
On-line CPU(s) list: 0-43
Thread(s) per core: 2
Core(s) per socket: 22
Socket(s): 1
Vendor ID: GenuineIntel
CPU family: 6
Model: 79
Stepping: 1
CPU MHz: 2201.000
BogoMIPS: 4402.00
Virtualization: VT-x
Windows 10 version 1607 build 14393.187.
N/A
N/A
N/A
See our contributing instructions for assistance.
The text was updated successfully, but these errors were encountered: