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

Stronger memory constraints on server #39

Open
philip-davis opened this issue Oct 20, 2021 · 0 comments
Open

Stronger memory constraints on server #39

philip-davis opened this issue Oct 20, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@philip-davis
Copy link

Improve configurable memory constraints on server. Right now memory is controlled by 'max versions' only. Users might want better control that this. Some early thoughts:

Max versions should be configurable per variable
User might want to set memory headroom per process

Improving garbage collection comes along with this (we have to choose what to collect/evict)
-How many times do we expect data to be read?
-How granular should we be?
-Do we break up objects?

Soft deletion might be helpful too:
Eviction to disk?

@philip-davis philip-davis added the enhancement New feature or request label Oct 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant