Skip to content

Instantly share code, notes, and snippets.

@ksauzz
Last active August 18, 2017 10:28
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 ksauzz/d64b181c2963807b0efc to your computer and use it in GitHub Desktop.
Save ksauzz/d64b181c2963807b0efc to your computer and use it in GitHub Desktop.
flush buffer (tag:disk, storage, cache)
#!/bin/bash
free
sudo sync
echo 3 | sudo tee /proc/sys/vm/drop_caches
free
@ksauzz
Copy link
Author

ksauzz commented Aug 18, 2017

free; sudo sync; echo 3 | sudo tee /proc/sys/vm/drop_caches; free

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment