Skip to content

Instantly share code, notes, and snippets.

@holly
Last active May 27, 2020 00:13
Show Gist options
  • Save holly/47b1bbc59c4b82e71205 to your computer and use it in GitHub Desktop.
Save holly/47b1bbc59c4b82e71205 to your computer and use it in GitHub Desktop.
sync and drop cache
#!/bin/sh
sync; sync; sync
echo 3 >/proc/sys/vm/drop_caches
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment