You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: