Advertisement
ak47suk1

purge cache ram on linux

Sep 12th, 2011
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.14 KB | None | 0 0
  1. #! /bin/sh
  2.  
  3. sudo sync && sudo sysctl -w vm.drop_caches=3 && sudo sysctl -w vm.drop_caches=0
  4.  
  5. # save as clear.sh
  6. # ./clear.sh on Terminal
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement