|
@@ -199,6 +199,16 @@ node.data_dir = {{ platform_data_dir }}
|
|
|
## Heartbeat monitoring of an Erlang runtime system. Comment the line to disable
|
|
## Heartbeat monitoring of an Erlang runtime system. Comment the line to disable
|
|
|
## heartbeat, or set the value as 'on'
|
|
## heartbeat, or set the value as 'on'
|
|
|
##
|
|
##
|
|
|
|
|
+## Turning this on may cause the node to restart if it becomes unresponsive to
|
|
|
|
|
+## the heartbeat pings.
|
|
|
|
|
+##
|
|
|
|
|
+## NOTE: When managed by systemd (or other supervision tools like systemd),
|
|
|
|
|
+## heart will probably only cause EMQ X to stop, but restart or not will
|
|
|
|
|
+## depend on systemd's restart strategy.
|
|
|
|
|
+## NOTE: When running in docker, the container will die as soon as the the
|
|
|
|
|
+## heart process kills EMQ X, but restart or not will depend on container
|
|
|
|
|
+## supervision strategy, such as k8s restartPolicy.
|
|
|
|
|
+##
|
|
|
## Value: on
|
|
## Value: on
|
|
|
##
|
|
##
|
|
|
## vm.args: -heart
|
|
## vm.args: -heart
|