7 ms·
I thought the same, until I noticed a really annoying WSL2 bug: On two machines I own, waking up from hibernate or standby causes a wsl related process (vmmem)
by fzimmermann89 3y ago
I thought the same, until I noticed a really annoying WSL2 bug: On two machines I own, waking up from hibernate or standby causes a wsl related process (vmmem) to consume 100% CPU, with wsl becoming completely unresponsive (including wsl terminate etc).
You have to kill all wsl processes, which requires admin rights. So without elevated rights, Ubuntu on windows is not usable on these laptops.
The issue is known for years and has hundreds of comments on GitHub without a fix (https://github.com/microsoft/WSL/issues/6982 https://github.com/microsoft/WSL/issues/6982)
- nyantaro1 3y agoI ran into this issue as well. I also spent a few hours debugging problems with a database just to discover that I could not reach a server because WSL2 does not support IPV6 (https://github.com/microsoft/WSL/issues/4518 https://github.com/microsoft/WSL/issues/4518)