adjust default DTL pool size
This commit is contained in:
parent
322a93f016
commit
14898f124c
@ -359,7 +359,7 @@ DEF_INT(default_progressive_merge_num, OB_TENANT_PARAMETER, "0", "[0,)",
|
||||
"default progressive_merge_num when tenant create table"
|
||||
"Range:[0,)",
|
||||
ObParameterAttr(Section::TENANT, Source::DEFAULT, EditLevel::DYNAMIC_EFFECTIVE));
|
||||
DEF_CAP(_parallel_min_message_pool, OB_TENANT_PARAMETER, "400M", "[16M, 8G]",
|
||||
DEF_CAP(_parallel_min_message_pool, OB_TENANT_PARAMETER, "64M", "[16M, 8G]",
|
||||
"DTL message buffer pool reserve the mininum size after extend the size. Range: [16M,8G]",
|
||||
ObParameterAttr(Section::TENANT, Source::DEFAULT, EditLevel::DYNAMIC_EFFECTIVE));
|
||||
DEF_DBL(_parallel_server_sleep_time, OB_TENANT_PARAMETER, "1", "[0, 2000]",
|
||||
|
Loading…
x
Reference in New Issue
Block a user