Fix OOM bug that SegmentBitset allocate more than the 2M size
This commit is contained in:
@ -442,7 +442,7 @@ public:
|
||||
}
|
||||
|
||||
private:
|
||||
ObSegmentBitSet<> bits_;
|
||||
ObSegmentBitSet<common::OB_MALLOC_BIG_BLOCK_SIZE> bits_;
|
||||
int64_t cnt_; // power of 2
|
||||
int64_t h2_shift_;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user