[CP] alter server_cpu_quota_max/server_cpu_quota_min dynamic_effective
This commit is contained in:
@ -284,11 +284,11 @@ DEF_BOOL(enable_monotonic_weak_read, OB_TENANT_PARAMETER, "false",
|
||||
DEF_DBL(server_cpu_quota_min, OB_CLUSTER_PARAMETER, "0", "[0,16]",
|
||||
"the number of minimal vCPUs allocated to the server tenant"
|
||||
"(a special internal tenant that exists on every observer). 0 stands for adaptive. Range: [0, 16]",
|
||||
ObParameterAttr(Section::TENANT, Source::DEFAULT, EditLevel::STATIC_EFFECTIVE));
|
||||
ObParameterAttr(Section::TENANT, Source::DEFAULT, EditLevel::DYNAMIC_EFFECTIVE));
|
||||
DEF_DBL(server_cpu_quota_max, OB_CLUSTER_PARAMETER, "0", "[0,16]",
|
||||
"the number of maximal vCPUs allocated to the server tenant"
|
||||
"(a special internal tenant that exists on every observer). 0 stands for adaptive. Range: [0, 16]",
|
||||
ObParameterAttr(Section::TENANT, Source::DEFAULT, EditLevel::STATIC_EFFECTIVE));
|
||||
ObParameterAttr(Section::TENANT, Source::DEFAULT, EditLevel::DYNAMIC_EFFECTIVE));
|
||||
DEF_CAP_WITH_CHECKER(_hidden_sys_tenant_memory, OB_CLUSTER_PARAMETER, "0M",
|
||||
common::ObConfigTenantMemoryChecker, "[0M,)",
|
||||
"the size of the memory reserved for hidden sys tenant, 0M means follow the adjusting value.",
|
||||
|
||||
Reference in New Issue
Block a user