Not using threads on WSL2 (Windows 11)
adamcate opened this issue · 2 comments
adamcate commented
I'm getting a message "not using threads" on my WSL2 Ubuntu distro, even though I have it set to use multiple virtual cores, is this a known issue / is it normal?
allsey87 commented
What is the value of the threads
attribute under framework/system
? Perhaps it is something like this:
<framework>
<system threads="0" />
</framework>
adamcate commented
That worked, thank you