Renice /
Usage
Renice allows you to change piroity of your proccess, which can be used to reduce load or improve snappiness of system.
nice value in unix systems is used to tell the kernel how important a process is, you may increase niceness of your processes, which means a process will get less time in cpu, but not reduce it.
only root may reduce niceness value.