Skip to content

Instantly share code, notes, and snippets.

@chrisbraddock
Created May 1, 2014 14:22
Show Gist options
  • Select an option

  • Save chrisbraddock/ca9bddcdc4d2d5102d23 to your computer and use it in GitHub Desktop.

Select an option

Save chrisbraddock/ca9bddcdc4d2d5102d23 to your computer and use it in GitHub Desktop.
osx change application (process) prirotity
sudo renice -10 <PID> # -20 is highest priority; 0 is normal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment