Skip to content

Instantly share code, notes, and snippets.

@liwh
Created November 19, 2010 06:40
Show Gist options
  • Save liwh/706196 to your computer and use it in GitHub Desktop.
Save liwh/706196 to your computer and use it in GitHub Desktop.
关闭memcache缓存,并重启
sudo kill -9 `ps -A|grep memca|awk '{print $1}'` && memcached -m 20 -d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment