Adjust the default values of some parameters to adapt to small-scale tenants

This commit is contained in:
18523270951@163.com
2023-07-24 14:18:24 +00:00
committed by ob-robot
parent be6156f26b
commit 96d1c81dd7
2 changed files with 4 additions and 4 deletions

View File

@ -77,7 +77,7 @@ private:
uint64_t tenant_id_;
int64_t size_per_buffer_;
int64_t seqno_;
static const int64_t MAX_CAPACITY = 1024;
static const int64_t MAX_CAPACITY = 128;
common::ObLightyQueue free_queue_;
common::ObFIFOAllocator allocator_;