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

strip_to_grid out of memory - creates numpy arrays for each metadata field #11

Open
jordancaraballo opened this issue Dec 4, 2023 · 0 comments

Comments

@jordancaraballo
Copy link
Contributor

strip_to_grid in some cases runs out of memory on a node of more than 700 GB or RAM. The case happens where for a single tile we have 14 occurrences, where each strip is processed in parallel.

Options might need to lower the number of processes for that parallel occurrence or using another array structure different than np.array, or simply serializing the action.

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