xref: /csrg-svn/usr.bin/renice/renice.8 (revision 18911)
Copyright (c) 1980 Regents of the University of California.
All rights reserved. The Berkeley software License Agreement
specifies the terms and conditions for redistribution.

@(#)renice.8 4.1 (Berkeley) 04/27/85

RENICE 8 "4/1/81"
C 4
NAME
renice - alter priority of running process by changing nice
SYNOPSIS
/etc/renice pid [ priority ]
DESCRIPTION
Renice can be used by the super-user to alter the priority of a running process. By default, the nice of the process is made \*(lq19\*(rq which means that it will run only when nothing else in the system wants to. This can be used to nail long running processes which are interfering with interactive work.

Renice can be given a second argument to choose a nice other than the default. Negative nices can be used to make things go very fast.

FILES
/vmunix

/dev/kmem

SEE ALSO
nice(1)
BUGS
If you make the nice very negative, then the process cannot be interrupted. To regain control you must put the nice back (e.g. to 0.)