How can I prevent WSL from running when PyCharm is launched?
14:06 26 Dec 2024

When PyCharm is opened, WSL starts running and the "vmmemWSL" process consumes a large amount of memory. But I'd like to use PyCharm without WSL running concurrently. Is there a way to prevent WSL from starting when PyChanging the startup settings or configuration to avoid running "wsl --shutdown" every time after opening PyCharm? And I don't want limit the memory of WSL.

running "wsl --shutdown" every time after opening PyCharm, but it's too troublesome

pycharm windows-subsystem-for-linux jetbrains-ide