If you want multiple job schedulers to run simultaneously, configure the number of
threads for the Job Scheduler thread pool by modifying the
prconfig.xml
file.
A thread pool collects threads that job schedulers use to run. Configure the number
of threads to make sure that job schedulers can execute tasks without delays. The
default value is 5. If you have numerous job schedulers that run simultaneously,
increase the number of threads for the thread pool. Make sure that the number of threads
is equal to the number of job schedulers that run simultaneously. If the value is too
low, job schedulers do not run until threads become available.
-
Open the
prconfig.xml
file.
-
Configure the number of threads for the thread pool by changing the following
setting:
<env name="initialize/jobscheduler/threadpoolsize" value="5">