Skip to content

Instantly share code, notes, and snippets.

@flug
Created June 13, 2014 16:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flug/0e4b91b1828b1d61acc3 to your computer and use it in GitHub Desktop.
Save flug/0e4b91b1828b1d61acc3 to your computer and use it in GitHub Desktop.
Sort process by memory and kill the biggest proccess
ps ax --sort %cpu --format pid|tail -n 1|xargs kill
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment