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

use default chunk_size in download #528

Closed
soxofaan opened this issue Jan 17, 2024 · 1 comment · Fixed by #535
Closed

use default chunk_size in download #528

soxofaan opened this issue Jan 17, 2024 · 1 comment · Fixed by #535

Comments

@soxofaan
Copy link
Member

download currently uses None chunk_size, which apparently is not ideal at the moment (risk of loading download first in memory before dumping to disk)
see #524 and Open-EO/openeo-geopyspark-driver#631

I think we can just start here by using a default of say 10MB. If there is need for making this configurable, we can add that later, but I would expect that a better default than None will cover most use cases

@VictorVerhaert
Copy link
Contributor

Created PR

VictorVerhaert added a commit that referenced this issue Feb 12, 2024
VictorVerhaert added a commit that referenced this issue Feb 20, 2024
small feedback points processed
issue #528
VictorVerhaert added a commit that referenced this issue Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants