processes:change_process_priority:change_process_priority
This is an old revision of the document!
Table of Contents
Processes - Change process priority
Use nice and renice commands. -20 highest priority, 19 lowest.
Start process at lowest priority
nice -n 19 ./process_intensive_task
Change priority of running process
Assuming the PID of the process to change is 123:
renice -1 123
processes/change_process_priority/change_process_priority.1468161172.txt.gz ยท Last modified: 2020/07/15 09:30 (external edit)