-
-
Notifications
You must be signed in to change notification settings - Fork 202
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
Missing implementation of get_mempolicy and NUMA support #344
Comments
I am also getting this on all of my Arch installs. For me, it seems to be the If I comment that line out the problem goes away. |
I temporarily solved this by downgrading |
So is this something that will "solve itself" when |
No. I think the issue is that the kernel for ArchWSL does not have NUMA enabled. |
But ArchWSL doesn't provide an kernel at all. The default kernel used in WSL2 is compiled and provided by Microsoft, and they don't have NUMA enabled by default. |
ps
command uncovers the lack of the C methodget_mempolicy
in the system.So the error message on the screenshot below appears everytime
ps
is ran. If another program usesget_mempolicy
internally, it will display the same error.To Reproduce
Run
ps
commandExpected behavior
Don't show error:
get_mempolicy: Function not implemented
Screenshots
Enviroment:
scoop install extras/archwsl
Additional Info
Found this discussion that seems relevant: https://unix.stackexchange.com/questions/575470/numactl-this-system-does-not-support-numa-policy
The text was updated successfully, but these errors were encountered: