LSF_LOG_QUEUE_SIZE

Specifies the maximum number of entries in the logging queue that the mbatchd and mbschd logging threads use.

Syntax

LSF_LOG_QUEUE_SIZE=integer

Description

The logging queue contains the messages to be written to the log files. After the number of entries in the logging queue reaches this number, the logging queue is full. When the logging queue is full, LSF_DISCARD_LOG specifies the behavior of the logging thread.

To temporarily change the size of the mbatchd logging queue, run badmin mbddebug... -s log_queue_size.

To temporarily change the size of the mbschd logging queue, run badmin schddebug... -s log_queue_size.

This parameter is ignored if LSF_LOG_THREAD is set to N.

Valid values

100 to 500000

Default

10000

See also

LSF_LOG_THREAD to enable logging threads.

LSF_DISCARD_LOG to specify the behavior of the logging thread if the logging queue is full.