Skip to content

Commit

Permalink
DAOS-16896 common: Spill Over Evictable Buckets Implementation
Browse files Browse the repository at this point in the history
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
sherintg committed Dec 19, 2024
1 parent 8494d57 commit cb10687
Show file tree
Hide file tree
Showing 7 changed files with 965 additions and 224 deletions.
Loading

0 comments on commit cb10687

Please sign in to comment.