4.8.2 MINDISPATCHTHREADS
Use the MINDISPATCHTHREADS
parameter to specify the
number of server dispatch threads that are started when the server
is initially booted. When you specify this parameter, consider the
following:
- The value for
MINDISPATCHTHREADS
determines the initial allocation of threads in the thread pool. - The separate dispatcher thread that is created when
MAXDISPATCHTHREADS
is greater than 1 is not counted as part of theMINDISPATCHTHREADS
limit. - The value you specify for
MINDISPATCHTHREADS
must not be greater than the value you specify forMAXDISPATCHTHREADS
. - The default value for
MINDISPATCHTHREADS
is 0.
Parent topic: Enhancing Efficiency with Application Parameters