Skip to content

Instantly share code, notes, and snippets.

@gadtfly
Created March 21, 2017 08:03
Show Gist options
  • Select an option

  • Save gadtfly/3dc7b67cdd8d1a6398c6d31985d2f747 to your computer and use it in GitHub Desktop.

Select an option

Save gadtfly/3dc7b67cdd8d1a6398c6d31985d2f747 to your computer and use it in GitHub Desktop.
DEFAULT_CPU=15
CPU=${1:-$DEFAULT_CPU}
PID=$(ps -A | grep -m1 Isaac | awk '{print $1}')
sudo cputhrottle $PID $CPU
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment