Skip to content

Instantly share code, notes, and snippets.

@stratigos
Created November 11, 2018 22:34
Show Gist options
  • Save stratigos/34c09271b5e7fb00e3dce8b429f66043 to your computer and use it in GitHub Desktop.
Save stratigos/34c09271b5e7fb00e3dce8b429f66043 to your computer and use it in GitHub Desktop.
Clear Swap Space on Ubuntu Linux (14.04)
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