You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 22, 2023. It is now read-only.
FEAT: Remove size limitation for robinhood engine
Rationale
Allow shards to be bigger than 16GB
Description
Currently each shard is a single allocation which means it can have 16GB at most (pmemobj limitation).
API Changes
No
Implementation details
Add additional layer so that we can have multiple allocations as a single shard.
Meta
The text was updated successfully, but these errors were encountered: