提交 9b08ed23 编写于 作者: S st0 提交者: wangzelin.wzl

modify default value of freeze_trigger_percentage

上级 62cb4703
......@@ -350,7 +350,7 @@ DEF_INT(memstore_limit_percentage, OB_CLUSTER_PARAMETER, "50", "(0, 100)",
"memstore_limit_percentage = memstore_limit / min_memory, min_memory, "
"where MIN_MEMORY is determined when the tenant is created. Range: (0, 100)",
ObParameterAttr(Section::TENANT, Source::DEFAULT, EditLevel::DYNAMIC_EFFECTIVE));
DEF_INT(freeze_trigger_percentage, OB_CLUSTER_PARAMETER, "70", "(0, 100)",
DEF_INT(freeze_trigger_percentage, OB_CLUSTER_PARAMETER, "30", "(0, 100)",
"the threshold of the size of the mem store when freeze will be triggered. Range: (0, 100)",
ObParameterAttr(Section::TENANT, Source::DEFAULT, EditLevel::DYNAMIC_EFFECTIVE));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册