Skip to content

Completion Pool Max Threshold

Key: qie.completionPoolMaxThreshold

Env Var: QIE_COMPLETIONPOOLMAXTHRESHOLD

Default: 150

Scope: Global

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

Examples

Env Var

QIE_COMPLETIONPOOLMAXTHRESHOLD=250

Java Option

-Dqie.completionPoolMaxThreshold=250

YAML

QIE_COMPLETIONPOOLMAXTHRESHOLD: 250