Comment puis-je réduire la consommation du processus `vmmem` ?
Comment puis-je réduire la consommation du processus `vmmem` ?
J'ai installé docker on windows home which uses WSL2 as a backend. Cependant, since doing this a process called `vmmem` seems to be consistently consuming beaucoup de computational resources. J'ai exécuté `docker stop $(docker ps -aq)` to kill all running containers (there were 12 - oops) which has improved the issue significantly. Cependant, even after closing docker down `vmmem` is still taking ~1.5 - 2Gb of ram and ~20% CPU. Since there are no longer any containers running, shouldn't the resource consumption of `vmmem` be minimal? Comment puis-je réduire la consommation du processus `vmmem` ?
Re: Comment puis-je réduire la consommation du processus `vmmem` ?
Daniiel B is on the money. To turn off Vmmem simply go into Powershell or whatever terminal you like to use under droits d'administrateur and enter the command `wsl --shutdown`, when your done with playing in wsl1/2.