garnet
garnet copied to clipboard
[WIP] Enforce object store heap memory constraints during recovery
During recovery,
- Tracks heap memory usage by observing page deserializing operations.
- If heap memory constraint is to be enforced, pages are read in one at a time.
- If memory limit is violated, pages are freed until memory is brought within the limit again.