Skip to content

Instantly share code, notes, and snippets.

@imam-san
Created March 31, 2016 18:04
Show Gist options
  • Save imam-san/215de491a81bf965cce7ae490e160002 to your computer and use it in GitHub Desktop.
Save imam-san/215de491a81bf965cce7ae490e160002 to your computer and use it in GitHub Desktop.
clear file --> clearcache.sh
echo 3 > /proc/sys/vm/drop_caches && swapoff -a && swapon -a && printf '\n%s\n' 'Ram-cache and Swap Cleared'
chmod 755 clearcache.sh
crontab -e
0 3 * * * /path/to/clearcache.sh
for 2PM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment