Skip to content

Instantly share code, notes, and snippets.

@bootjp
Last active August 29, 2015 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bootjp/f2e997e9489058a9b0c4 to your computer and use it in GitHub Desktop.
Save bootjp/f2e997e9489058a9b0c4 to your computer and use it in GitHub Desktop.
CentOS5 , メモリー解放シェルスクリプト
#!/bin/bash
echo 3 > /proc/sys/vm/drop_caches;
echo 0 > /proc/sys/vm/drop_caches;
#cronで回せばいいんじゃないかな?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment