ob_direct_load_multi_map use 500 tenant mem

This commit is contained in:
coolfishchen
2023-06-27 04:12:31 +00:00
committed by ob-robot
parent 3c5468522a
commit fad1873583

View File

@ -43,7 +43,7 @@ public:
ret = map_.get_refactored(key, bag);
if (ret == common::OB_HASH_NOT_EXIST) {
ret = OB_SUCCESS;
bag = OB_NEW(common::ObArray<Value>, "TLD_MM_bag");
bag = OB_NEW(common::ObArray<Value>, "TLD_MM_bag", OB_MALLOC_NORMAL_BLOCK_SIZE, ModulePageAllocator("TLD_MM_bagi", MTL_ID()));
if (OB_FAIL(map_.set_refactored(key, bag))) {
STORAGE_LOG(WARN, "fail to put bag", KR(ret));
}