LSF_DAEMON_NICE_MBD
Adjusts the UNIX nice
value for the mbatchd
process.
Syntax
LSF_DAEMON_NICE_MBD=integerDescription
CPU-intensive jobs on execution hosts that include job processes
that can occupy a lot of CPU time, which can affect the response time for LSF
daemons (LIM
, PIM
, RES
, sbatchd
,
or mbatchd
). Use
this parameter to configure the nice
value (typically a low value) of the
mbatchd
process on UNIX to help with daemon communication. After changing this
parameter, restart the mbatchd
process for this change to take effect.
Valid values
Specify an integer between -20 (the highest priority) and 19 (the lowest priority).
Default
The default priority of the mbatchd
process is 0
.