Skip to content

Instantly share code, notes, and snippets.

@baerla
Created December 14, 2020 11:52
Show Gist options
  • Save baerla/2adf990eae4764867e1b941d6455966a to your computer and use it in GitHub Desktop.
Save baerla/2adf990eae4764867e1b941d6455966a to your computer and use it in GitHub Desktop.
Clear Linux Cache (needed for WSL)
#!/bin/sh
sync; echo 1 > /proc/sys/vm/drop_caches
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment