Adding autoMemoryReclaim
to .wslconfig
disables cgroupv1
#10515
Labels
autoMemoryReclaim
to .wslconfig
disables cgroupv1
#10515
Windows Version
Microsoft Windows [Version 10.0.23545.1000]
WSL Version
2.0.0.0
Are you using WSL 1 or WSL 2?
Kernel Version
No response
Distro Version
No response
Other Software
No response
Repro Steps
Enable
autoMemoryReclaim
in[experimental]
. Restart wsl service.Expected Behavior
cgoupv1
workingActual Behavior
wsl
starts withcgroup_no_v1=all
preventingdocker
from working.Diagnostic Logs
Kernel args with
autoMemoryReclaim
setting:initrd=\initrd.img WSL_ROOT_INIT=1 panic=-1 nr_cpus=4 bonding.max_bonds=0 dummy.numdummies=0 fb_tunnels=none swiotlb=force cgroup_no_v1=all console=hvc0 debug pty.legacy_count=0
and from
dmesg
output:Kernel args without:
initrd=\initrd.img WSL_ROOT_INIT=1 panic=-1 nr_cpus=4 bonding.max_bonds=0 dummy.numdummies=0 fb_tunnels=none swiotlb=force console=hvc0 debug pty.legacy_count=0
The text was updated successfully, but these errors were encountered: