Fix the memory of shutdown policy too_large (#3168)

This commit is contained in:
JianBo He 2020-01-10 15:53:37 +08:00 committed by GitHub
parent 2499d30936
commit 612abc23ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -825,7 +825,7 @@ zone.internal.enable_flapping_detect = off
## Default: ## Default:
## - 10000|32MB on ARCH_64 system ## - 10000|32MB on ARCH_64 system
## - 10000|16MB on ARCH_32 sytem ## - 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. ## All the topics will be prefixed with the mountpoint path if this option is enabled.
## ##