-
Notifications
You must be signed in to change notification settings - Fork 2
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
Index issue with generating data script [discussion] #7
Comments
Thanks for bringing this up, I had forgotten about this issue. Do you have a sense for how big a problem this is for us when running these benchmarks? My guess is that if, for example, partitions are all 103 MB instead of 100 MB, that won't impact us significantly. |
When we took a look at this with Ian, it was between 5-10% increase in memory footprint. See comment dask/dask#8983 (comment) |
Okay, good to know. My question is still does this lead to problems when running h2o benchmarks? Do we need to devote time to resolving dask/dask#8983 in order to make progress on h2o benchmarks, or is it just a related issue to be aware of (i.e. a valid bug, but not mission critical)? I think it's not a blocking issue, but I could be wrong |
Hard to know, we haven't compared runs with and without this problem. Things will still run, as seen in the runtime, but we don't know how it affects.
I don't think it's a blocking issue either, to get started, but it's something to be aware. |
See dask/dask#8983
The text was updated successfully, but these errors were encountered: