Name

NiceQueueRun

Synopsis

The nice(3) value of a process is one of the factors used by the kernel to determine a process’ scheduling priority. Scheduling priorities typically range from -20 to +20. The higher (more positive) the value, the lower the processes’ scheduling priority, and the lower (more negative) the value, the higher the command’s scheduling priority. Most processes (such as sendmail) run with a nice(3) value of zero.

At busy mail-handling sites, it can be desirable to process the queues at a higher (less favorable) or lower (more favorable) nice(3) priority than normal. If you run many queue processors over many queues, you might wish to increase the nice(3) value so that queue processing has less impact on other processes. At mail-sending sites, where outbound email has the priority, you might wish to decrease the nice(3) value so that queue processing gets more CPU time than other processes.

The nice(3) value for queue processors is set with this NiceQueueRun option like this:

O NiceQueueRun=value                    configuration file (V8.12 and later) 
-ONiceQueueRun=value                    command line (V8.12 and later) 
define(`confNICE_QUEUE_RUN',`value') mc configuration (V8.12 and later) 

Here, value is the value passed to the nice(3) function. It is of type numeric. A positive value will decrease the queue runner’s priorities. A negative value will be silently accepted, then ignored at runtime. A nonnumeric or zero value (the default) will leave the priority unchanged.

If your system lacks ...

Get Sendmail, 3rd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.