Skip to content

Completion Pool Min Threshold

Key: qie.completionPoolMinThreshold

Env Var: QIE_COMPLETIONPOOLMINTHRESHOLD

Default: 70

Scope: Global

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

Examples

Env Var

QIE_COMPLETIONPOOLMINTHRESHOLD=50

Java Option

-Dqie.completionPoolMinThreshold=50

YAML

QIE_COMPLETIONPOOLMINTHRESHOLD: 50