Created
June 10, 2014 14:57
-
-
Save shield-9/f44520b5b8bf8680e7ef to your computer and use it in GitHub Desktop.
Spell to clear swap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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