[fix] remove some internal urls and emails

This commit is contained in:
obdev
2023-03-17 20:55:23 +08:00
committed by ob-robot
parent e386747097
commit 8ce2f275c4
647 changed files with 905 additions and 905 deletions

View File

@ -884,7 +884,7 @@ int ObTenantSqlMemoryManager::get_max_work_area_size(
ret = OB_SUCCESS;
} else {
// TODO: kvcache大概可以淘汰多少内存,目前没有数据,后续寒晖他们会提供接口
// bug34818894 https://work.aone.alibaba-inc.com/issue/34818894
// bug34818894
// 这里暂时写一个默认比例
max_tenant_memory_size += resource_handle.get_memory_mgr()->get_cache_hold() * pctg / 100;
washable_size = -1;