Table of Contents

CPU Priority

Nice is used to set CPU priority.

Niceness runs from

Yes, this is a bit counter-intuitive.

To reduce to lowest priority for user batadmin

renice -n 19 -u batadmin

Response

45100: old priority 0, new priority 10

Note: New processes will get the default priority.

To increase priority mid-way to user wasadmin

renice -n -10 -u wasadmin