[opensource] modify the default value of freeze_trigger_percentage

This commit is contained in:
gjw2284740 2021-09-26 18:01:38 +08:00 committed by wangzelin.wzl
parent baf16464e9
commit e1d32c1abb

View File

@ -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, "30", "(0, 100)",
DEF_INT(freeze_trigger_percentage, OB_CLUSTER_PARAMETER, "50", "(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));