Skip to content

Instantly share code, notes, and snippets.

@happiness801
Created June 2, 2021 23:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save happiness801/e0cd582feabca33d7cda93eb92bfe8b5 to your computer and use it in GitHub Desktop.
Save happiness801/e0cd582feabca33d7cda93eb92bfe8b5 to your computer and use it in GitHub Desktop.
Windows VMMEM High Usage
# This is more a note/reminder than anything.
# Helps to fix when VMMEM is using tons of RAM/CPU/power
# Stop all Docker Processes
docker stop $(docker ps -aq)
# (Windows) Stop WSL
wsl --shutdown
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment