Fix the memory of shutdown policy too_large (#3168)
This commit is contained in:
parent
2499d30936
commit
612abc23ab
|
@ -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.
|
||||||
##
|
##
|
||||||
|
|
Loading…
Reference in New Issue