Merge pull request #3204 from emqx/develop

Increase shutdown_time of vm.args
This commit is contained in:
turtleDeng 2020-01-17 18:01:32 +08:00 committed by GitHub
commit 4fefab7cd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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. ## of queued MQTT messages of QoS 1 and 2.
## ##
## Numbers delimited by `|'. Zero or negative is to disable. ## 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 ## zone.external.force_shutdown_policy = 32000|32MB
## Maximum MQTT packet size allowed. ## Maximum MQTT packet size allowed.
@ -837,10 +833,6 @@ zone.internal.mqueue_store_qos0 = true
zone.internal.enable_flapping_detect = off zone.internal.enable_flapping_detect = off
## See zone.$name.force_shutdown_policy ## 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 ## zone.internal.force_shutdown_policy = 128000|128MB
## All the topics will be prefixed with the mountpoint path if this option is enabled. ## 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. ## Specifies how long time (in milliseconds) to spend shutting down the system.
## See: http://erlang.org/doc/man/erl.html ## See: http://erlang.org/doc/man/erl.html
#-shutdown_time 15000 -shutdown_time 30000