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

memoryError on dask.Dataset larger than ~500,000,000 points (32GB memory) #32

Open
Simon-van-Diepen opened this issue Jul 28, 2023 · 0 comments

Comments

@Simon-van-Diepen
Copy link

When creating a Dask Dataset as space-time matrix, one index (int64) for each entry is always computed. On a 32GB machine this will cause a memory overflow for lazy, not-computed stms larger than ~500,000,000 points, yielding the error Stream closed.

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