Hacker News new | ask | show | jobs
by fzimmermann89 945 days 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)

1 comments

I 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)