Created
October 31, 2016 05:51
-
-
Save swayson/ad24a8f61efee078d50aa642db5c043d to your computer and use it in GitHub Desktop.
linux-niceness CPU priority
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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