The <MB_HOME>/repository/conf/hazelcast.properties
file is used to configure Hazlecast Hazelcast parameters which that affect the performance of your MB cluster. The configurable parameters are as follows.
Element Name | Description | Type | Default Value | Notes |
---|---|---|---|---|
hazelcast.max.no.heartbeat.seconds | The maximum time period that should elapse between pings received from a worker node in an MB cluster before acknowledging that worker node to be dead. This parameter prevents the allocation of resources to inactive worker nodes, thereby avoiding unnecessary system overheads. | Integer | 600 | This value is specified in seconds. |
hazelcast.shutdownhook.enabled | This parameter specifies whether the Hazelcast shutdown hook is enabled or not. When this parameter is set to | Boolean | false | This parameter is not configurable. |