Skip to content

Instantly share code, notes, and snippets.

@changyeon
Created June 9, 2015 01:04
Show Gist options
  • Save changyeon/1a8b02c99ab475d8a107 to your computer and use it in GitHub Desktop.
Save changyeon/1a8b02c99ab475d8a107 to your computer and use it in GitHub Desktop.
Drop o/s file caches
#!/bin/bash
echo 3 | sudo tee /proc/sys/vm/drop_caches
sync
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment