MAX_JOB_QUEUE_SIZE
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
SQL
CALL SYSADMIN.setDefaultOptionValue('MAX_JOB_QUEUE_SIZE', 1000);