You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 casesThe text was updated successfully, but these errors were encountered: