Skip to content

Instantly share code, notes, and snippets.

@bhalothia
Created April 30, 2014 19:47
Show Gist options
  • Save bhalothia/aec8d64b73bcdc1edfc7 to your computer and use it in GitHub Desktop.
Save bhalothia/aec8d64b73bcdc1edfc7 to your computer and use it in GitHub Desktop.
Clearing cache on a linux machine
#!/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