Replies: 1 comment
-
I created a dask issue about bad slicing performance: dask/dask#12020 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
So I'm posting this as a discussion because I'm guessing the issue is "really" with dask, not xarray, but still I hope that someone has some insights into why this happens and what can be done to avoid it.
I have the following example code:
It can be run like
systemd-run --same-dir --user --wait --pty --collect --property=MemoryMax=23G --property=MemorySwapMax=0G -- uv run ./test_for_xarray.py
(set those limits as you like to avoid nuking your pc).I'm wondering why it has such a dramatic effect to do this filtering? I feel that it should be "simple" to do this filtering, certainly not in the tens of GB of memory to do it?
Beta Was this translation helpful? Give feedback.
All reactions