Skip to content

Instantly share code, notes, and snippets.

@alambike
Created April 30, 2014 19:26
Show Gist options
  • Save alambike/dcf9a3796d3fe2eec04c to your computer and use it in GitHub Desktop.
Save alambike/dcf9a3796d3fe2eec04c to your computer and use it in GitHub Desktop.
Drop RAM cache and clean swap
#!/bin/sh
sync; echo 3 > /proc/sys/vm/drop_caches
swapoff -a && swapon -a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment