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

Intermediate tasks computed before needed #4310

Open
jakirkham opened this issue Dec 18, 2018 · 2 comments
Open

Intermediate tasks computed before needed #4310

jakirkham opened this issue Dec 18, 2018 · 2 comments
Labels
needs info Needs further information from the user

Comments

@jakirkham
Copy link
Member

Borrowed from #3588 (comment)

Basically Dask appears to load all of the intermediate chunks in memory well before they are used. In some workloads this can exhaust the available memory and crash the workers. Would be good to adjust the task priority to take this into account.

Dynamic Dask Task Graph

@mrocklin
Copy link
Member

Is this specific example still failing?

It would be good for issues like this to include more specific examples that might be directly solvable. This general topic might be too broad. There are many reasons for behavior like this to occur. It's unlikely that any particular solution will "solve" this issue generally.

@mrocklin
Copy link
Member

Ah, I see from your other comment that something is still happening. The first step to solving this issue is to provide a minimal example. This is usually painful to create, but I don't expect much progress to be made without it.

@GenevieveBuckley GenevieveBuckley added the needs info Needs further information from the user label Oct 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs info Needs further information from the user
Projects
None yet
Development

No branches or pull requests

3 participants