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. |