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

Implement configurable memory limiting #183

Open
1 task done
oleg-lvovitch-aws opened this issue Nov 27, 2024 · 0 comments
Open
1 task done

Implement configurable memory limiting #183

oleg-lvovitch-aws opened this issue Nov 27, 2024 · 0 comments
Labels
enhancement New feature or request physical IO

Comments

@oleg-lvovitch-aws
Copy link
Collaborator

Tell us more about this new feature.

This has been requested by several customers and is necessary to integrate into products like Trino.
Currently we allocate memory as we see fit, maximizing for performance and cache hits. We need to implement a mechanism by which the library can be configured to not exceed certain memory footprint at any given time.
We should primarily focus on the Block allocations, as those are the primary source of memory pressure.

Code of Conduct

  • I agree to follow this project's Code of Conduct
@oleg-lvovitch-aws oleg-lvovitch-aws added enhancement New feature or request physical IO labels Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request physical IO
Projects
None yet
Development

No branches or pull requests

1 participant