-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Subsetting not reducing memory consumption with mfdataset on Windows #1559
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
Comments
your 2 code snippets are identical. |
Sorry about that, I've updated the second snippet. Also added more information in case it helps. |
Is the dask version also identical on both systems? |
I found that dask was version 0.11 on Windows but 0.15 on Linux. Upgrading the Windows version to 0.15 fixed the issue, indicating that the problem was the version of dask. |
Yes, I recall @rabernat worked extensively on this. Possibly related:
@shoyer , @rabernat , maybe if you have some time it would be good to revisit these issues and see if they can be closed? |
Uh oh!
There was an error while loading. Please reload this page.
On Windows, with the following code I run out of memory:
but when using "open_dataset" I load the data instantly:
On linux both methods use minimal memory. The target file is 1.5 GB, and the target variable is 1460x862x900 floats. Filepath is a single file, not multiple files. Xarray 0.9.6 used on both systems, installed with conda.
The text was updated successfully, but these errors were encountered: