Skip to content

Instantly share code, notes, and snippets.

@shield-9
Created June 10, 2014 14:57
Show Gist options
  • Save shield-9/f44520b5b8bf8680e7ef to your computer and use it in GitHub Desktop.
Save shield-9/f44520b5b8bf8680e7ef to your computer and use it in GitHub Desktop.
Spell to clear swap
service memcached stop; service mysqld stop; service httpd stop; swapoff -a; swapon -a; service httpd start; service mysqld start; service memcached start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment