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

Automatically adjust prefetching based on available memory #987

Open
dannycjones opened this issue Aug 21, 2024 · 1 comment
Open

Automatically adjust prefetching based on available memory #987

dannycjones opened this issue Aug 21, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@dannycjones
Copy link
Contributor

Tell us more about this new feature.

This issue tracks adding an automatic adjustment to the amount of prefetching based on available memory. Today, prefetching will fetch up to 3GiB per file handle which is fine for most cases but can use a lot of memory when many files are read concurrently.

@unexge
Copy link
Contributor

unexge commented Oct 15, 2024

Mountpoint v1.10.0 has been released with some improvements on the prefetcher.

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
Development

No branches or pull requests

4 participants