Skip to content

Instantly share code, notes, and snippets.

@swayson
Created October 31, 2016 05:51
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 swayson/ad24a8f61efee078d50aa642db5c043d to your computer and use it in GitHub Desktop.
Save swayson/ad24a8f61efee078d50aa642db5c043d to your computer and use it in GitHub Desktop.
linux-niceness CPU priority
WHERE XX defines the priority. -19 being highest priority. 19 being the lowest.
sudo renice -n [XX] [PID]
nice -n [XX] [COMMAND]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment