Reading time: < 1 minute
Today I’m going to show you how to fix the Vmmem 100% CPU issue.
This problem occurs when WSL (Windows Subsystem for Linux) runs in the background and overwhelms the main Windows system. It prevents us from logging into WSL and causes the virtual memory to skyrocket, consuming 100% of the CPU. This slows down the computer and may also be related to the use of Docker.
To fix it, follow these steps:
- Open CMD as an administrator.
- Now, type and execute the following command:
wsl --shutdown
Wait for a moment, and it will close…