Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DAOS-16896 common: Spill Over Evictable Buckets Implementation
The DAV_v2 allocator now includes support for Spill Over Evictable Buckets (SOEMB). All global allocations will continue to utilize the standard non-evictable memory buckets, while spillover allocations from evictable memory buckets will be directed to SOEMB. In the current implementation, SOEMB remains locked in the memory cache, similar to the behavior of non-evictable memory buckets. Signed-off-by: Sherin T George <[email protected]>
- Loading branch information