[CP] [BUG.FIX] Add _temporary_file_meta_memory_limit for tmp file
This commit is contained in:
@ -431,6 +431,11 @@ DEF_INT(_temporary_file_io_area_size, OB_TENANT_PARAMETER, "1", "[0, 50)",
|
||||
"memory buffer size of temporary file, as a percentage of total tenant memory. "
|
||||
"Range: [0, 50), percentage",
|
||||
ObParameterAttr(Section::TENANT, Source::DEFAULT, EditLevel::DYNAMIC_EFFECTIVE));
|
||||
DEF_INT(_temporary_file_meta_memory_limit_percentage, OB_TENANT_PARAMETER, "0", "[0,100]",
|
||||
"The memory limit of temporary file meta, and the value is a percentage of the tenant's memory. "
|
||||
"The default value is 70. For compatibility, 0 is 70% of tenant memory."
|
||||
"Range: [0, 100], percentage",
|
||||
ObParameterAttr(Section::TENANT, Source::DEFAULT, EditLevel::DYNAMIC_EFFECTIVE));
|
||||
DEF_INT(_storage_meta_memory_limit_percentage, OB_TENANT_PARAMETER, "20", "[0, 50)",
|
||||
"maximum memory for storage meta, as a percentage of total tenant memory. "
|
||||
"Range: [0, 50), percentage, 0 means no limit to storage meta memory",
|
||||
|
||||
Reference in New Issue
Block a user