Open KaneGreen opened 3 months ago
If this a feature request, please reply with '/feature'. If this is a question, reply with '/question'. Otherwise please attach logs by following the instructions below, your issue will not be reviewed unless they are added. These logs will help us understand what is going on in your machine.
Please 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!
Note: You can give me feedback by thumbs upping or thumbs downing this comment.
/emailed-logs
I really love the Dynamic-Wallpaper software. If there were a Windows or Linux version, I would be willing to purchase it for a lifetime.
Windows Version
Microsoft Windows [Version 10.0.22631.3958]
WSL Version
2.2.4.0
Are you using WSL 1 or WSL 2?
Kernel Version
5.15.153.1-2
Distro Version
Ubuntu-24.04
Other Software
OS: Windows 11 Pro for Workstations 23H2
Repro Steps
I'm using a workstation with one AMD EPYC 7K62 48-Core Processor. So, I have 48 physical cores and 96 logical cores.
Enable these features in Control Panel:
Hyper-V
,Virtual Machine Platform
,Windows Hypervisor Platform
andWindows Subsystem for Linux
.Install the latest WSL from https://github.com/microsoft/WSL/releases/latest
the WSL configuration in file
%USERPROFILE%/.wslconfig
In this configuration, I tried to allocate 40 CPU cores to WSL.
Install Ubuntu-24.04 from Microsoft Store.
Run the command
lscpu
in the WSL terminal to check how many CPU cores are available.Expected Behavior
I hope I can get 40 logical cores available in WSL.
or
Actual Behavior
But I get 32 logical cores available in WSL.
I also tried to set
processors
to other values, and I found that:In short, I can't use more than 32 cores.
Diagnostic Logs
No response