From 612abc23ab64ef2ec100d3b64a31284e51a2cded Mon Sep 17 00:00:00 2001 From: JianBo He Date: Fri, 10 Jan 2020 15:53:37 +0800 Subject: [PATCH] Fix the memory of shutdown policy too_large (#3168) --- etc/emqx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/emqx.conf b/etc/emqx.conf index e8f08b827..0162fae7c 100644 --- a/etc/emqx.conf +++ b/etc/emqx.conf @@ -825,7 +825,7 @@ zone.internal.enable_flapping_detect = off ## Default: ## - 10000|32MB on ARCH_64 system ## - 10000|16MB on ARCH_32 sytem -zone.internal.force_shutdown_policy = 100000|256MB +zone.internal.force_shutdown_policy = 100000|64MB ## All the topics will be prefixed with the mountpoint path if this option is enabled. ##