-7

Tip #245   Alter Process Priority

Ever been on a machine that just wouldn't respond? As soon as you're root, lower the priority of the offending process ID(s) by using the 'renice' command:

# renice -19 <PID>



 
  • TAGS: