Skip to content

Processor Pool Max Threshold

Key: qie.processorPoolMaxThreshold

Env Var: QIE_PROCESSORPOOLMAXTHRESHOLD

Default: 50

Scope: Global

Description: This is the processor pool size that must be exceeded before a new processor thread is added to the pool.

Examples

Env Var

QIE_PROCESSORPOOLMAXTHRESHOLD=250

Java Option

-Dqie.processorPoolMaxThreshold=250

YAML

QIE_PROCESSORPOOLMAXTHRESHOLD: 250