Skip to content

Instantly share code, notes, and snippets.

@andmax
Created May 13, 2020 14:14
Show Gist options
  • Save andmax/170b48dcc94aa1673c9ca6abd56908a6 to your computer and use it in GitHub Desktop.
Save andmax/170b48dcc94aa1673c9ca6abd56908a6 to your computer and use it in GitHub Desktop.
Clear linux swap memory
sudo swapoff -a && sudo swapon -a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment