Skip to content

Queue Max Memory

Key: qie.queueMaxMemory

Env Var: QIE_QUEUEMAXMEMORY

Default: 10% of JVM Memory

Scope: Global

Description: The maximum amount of memory the QIE engine will use for storing messages in the queue in memory. If this value is exceeded, then the engine will write the message to the database, and leave a place holder for the message in the queue. This is to prevent the queues from using all of the JVM memory.

Examples

Env Var

QIE_QUEUEMAXMEMORY=1024

Java Option

-Dqie.queueMaxMemory=1024

YAML

QIE_QUEUEMAXMEMORY: 1024