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

improvements for very slow disks #8

Open
sassman opened this issue Nov 9, 2021 · 0 comments
Open

improvements for very slow disks #8

sassman opened this issue Nov 9, 2021 · 0 comments

Comments

@sassman
Copy link
Owner

sassman commented Nov 9, 2021

Currently there are always 8 write cycles of 1024MB performed. Even for disk that are super slow.

It would be better to calculate (from the first warmup run) how many cycles would fit into 1 minute.
This would limit the worst case waiting time to 1minute, which should be more acceptable than ~ 3-5min.

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

No branches or pull requests

1 participant