If you want to send us your comments, please do so. Thanks
More on comments
Show the priority of a proess
ps -o pid,comm,nice -p 22414
Start a job with an other nice value than the default 0
The “-” is not a minus sign
-10 has a higher priority than 10
Niceness values range from -20 (most favorable to the process) to 19 (least favorable to the process)
nice -10 someJob (Sets nice for someJob to 10) nice --10 someJob (Sets nice for someJob to -10)
Set the nice value of the already running process 22414 to 18
renice 18 22414
Edit
/etc/security/limits.conf
Main subjects on this wiki: Linux, Debian, HTML, Microcontrollers, Privacy
RSS
Disclaimer
Privacy statement
Bugs statement
Cookies
Copyright © : 2014 - 2022 Webevaluation.nl and the authors
Changes reserved.