Increase shutdown_time of vm.args

This commit is contained in:
JianBo He 2020-01-17 17:57:08 +08:00 committed by turtleDeng
parent 7cac191490
commit cbaddc4120
2 changed files with 1 additions and 9 deletions

View File

@ -614,10 +614,6 @@ zone.external.force_gc_policy = 16000|16MB
## of queued MQTT messages of QoS 1 and 2.
##
## Numbers delimited by `|'. Zero or negative is to disable.
##
## Default:
## - 10000|32MB on ARCH_64 system
## - 10000|16MB on ARCH_32 sytem
## zone.external.force_shutdown_policy = 32000|32MB
## Maximum MQTT packet size allowed.
@ -837,10 +833,6 @@ zone.internal.mqueue_store_qos0 = true
zone.internal.enable_flapping_detect = off
## See zone.$name.force_shutdown_policy
##
## Default:
## - 10000|32MB on ARCH_64 system
## - 10000|16MB on ARCH_32 sytem
## zone.internal.force_shutdown_policy = 128000|128MB
## All the topics will be prefixed with the mountpoint path if this option is enabled.

View File

@ -112,4 +112,4 @@
## Specifies how long time (in milliseconds) to spend shutting down the system.
## See: http://erlang.org/doc/man/erl.html
#-shutdown_time 15000
-shutdown_time 30000