Configure queue-level job chunking

About this task

By default, CHUNK_JOB_SIZE is not enabled.

Procedure

To configure a queue to dispatch chunk jobs, specify the CHUNK_JOB_SIZE parameter in the queue definition in lsb.queues.
For example, the following configures a queue named chunk, which dispatches up to 4 jobs in a chunk:
Begin Queue 
QUEUE_NAME     = chunk 
PRIORITY       = 50 
CHUNK_JOB_SIZE = 4 
End Queue

What to do next

After adding CHUNK_JOB_SIZE to lsb.queues, use badmin reconfig to reconfigure your cluster.