Created
November 11, 2018 22:34
-
-
Save stratigos/34c09271b5e7fb00e3dce8b429f66043 to your computer and use it in GitHub Desktop.
Clear Swap Space on Ubuntu Linux (14.04)
This file contains hidden or 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
function clearswap { sudo swapoff -a && sudo swapon -a; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment