[CP] Set up caching for large chunks of memory
This commit is contained in:
@ -225,7 +225,7 @@ TEST_F(TestObjectMgr, TestFragmentWash)
|
||||
|
||||
TEST_F(TestObjectMgr, TestSubObjectMgr)
|
||||
{
|
||||
AChunkMgr::instance().set_max_chunk_cache_cnt(0);
|
||||
AChunkMgr::instance().set_max_chunk_cache_size(0);
|
||||
oceanbase::lib::set_memory_limit(20LL<<30);
|
||||
int fd = open("alloc_flow_records", O_RDONLY, S_IRWXU | S_IRGRP);
|
||||
abort_unless(fd > 0);
|
||||
|
||||
Reference in New Issue
Block a user