Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Enforce object store heap memory constraints during recovery #298

Closed
wants to merge 25 commits into from

Conversation

yrajas
Copy link
Contributor

@yrajas yrajas commented Apr 22, 2024

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.

@yrajas yrajas closed this May 5, 2024
@yrajas yrajas deleted the yrajas/objstorerecoverysize branch June 21, 2024 18:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant