Skip to content

Processor Pool Min Threshold

Key: qie.processorPoolMinThreshold

Env Var: QIE_PROCESSORPOOLMINTHRESHOLD

Default: 20

Scope: Global

Description: This is the processor pool size that must not be exceeded before a processor thread is removed from the pool.

Examples

Env Var

QIE_PROCESSORPOOLMINTHRESHOLD=10

Java Option

-Dqie.processorPoolMinThreshold=10

YAML

QIE_PROCESSORPOOLMINTHRESHOLD: 10