XML Configuration Reference : Deploy : TickInternalParameters
 
TickInternalParameters
com.exalead.mercury.mami.deploy.v10.TickInternalParameters
Tick message parameters to tune performance. Warning: Experts only, this can have a huge performance impact.
Parent elements:
com.exalead.mercury.mami.deploy.v10.CloudviewDeploymentInternalConfig (as CloudviewDeploymentInternalConfig)
Attributes:
Name
Type
Default value
Description
bufferRecyclingMaxSize
int
1000
When a tick message is released, it is put back into a memory pool for reuse. The attached payload is kept if its size is smaller than bufferRecyclingMaxSize, and freed if larger.
bufferRecyclingMaxLifeSpan
int
64
To avoid a tick message pool full of messages with a large payload (==bufferRecyclingMaxSize), the payload is released every time the message has been used bufferRecyclingMaxLifeSpan times.