Skip to content

Instantly share code, notes, and snippets.

@TakashiUNUMA
Last active December 16, 2015 16:49
Show Gist options
  • Save TakashiUNUMA/5466374 to your computer and use it in GitHub Desktop.
Save TakashiUNUMA/5466374 to your computer and use it in GitHub Desktop.
Chach を解放する、shell script。
#!/bin/sh
echo '# before ------------------------------------------------------------- #'
free
echo ''
echo 3 > /proc/sys/vm/drop_caches
echo '# after -------------------------------------------------------------- #'
free
echo ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment