1832647 Members
2963 Online
110043 Solutions
New Discussion

Re: renice

 
Jeff Hagstrom
Regular Advisor

renice

How can I use renice to set the highest priority to a pid?
2 REPLIES 2
Pete Randall
Outstanding Contributor

Re: renice

Jeff,

Some quotes from the man page:

"Processes with lower system nice values run at higher system priorities than processes with higher system nice values."

"To reduce the system nice value of a process, or to set it to a value less than 20 (with a negative newoffset), a user must have appropriate privileges."

Also take a look at the examples.


Pete

Pete
Peter Godron
Honored Contributor

Re: renice

Jeff,
also be aware how high/low you want the priority to be. This can have a serious impact on the performance of the rest of the system!
Regards