Skip to content

Instantly share code, notes, and snippets.

@adamnengland
Created March 20, 2012 21:30
Show Gist options
  • Save adamnengland/2141496 to your computer and use it in GitHub Desktop.
Save adamnengland/2141496 to your computer and use it in GitHub Desktop.
Kill Play when it starts throwing PermGen
pid=`ps -eo pid,args | grep play | \
grep -v grep | cut -c1-6`
kill $pid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment