MAX_JOB_QUEUE_SIZE
You are looking at an older version of the documentation. The latest version is found here.
This default option defines the total job queue size which is the total size for all queue handlers. The default value is 10000
.
Please note that the job will not be placed in a queue if there already are MAX_JOB_QUEUE_SIZE
jobs in all the job queues. In this case, an error message will be logged in the server log.
Example
CALL SYSADMIN.setDefaultOptionValue('MAX_JOB_QUEUE_SIZE', 1000);