Skip to content

Max Send Queue Size

Key: qie.maxSendQueueSize

Env Var: QIE_MAXSENDQUEUESIZE

Default: 1000

Scope: Global

Description: If the alert queue has more than this value, then new alerts are skipped so that this queue doesn't grow and cause out of memory exceptions. When the alerts are sending correctly, this queue will not grow.

Examples

Env Var

QIE_MAXSENDQUEUESIZE=2000

Java Option

-Dqie.maxSendQueueSize=2000

YAML

QIE_MAXSENDQUEUESIZE: 2000