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
In reads of very large data series, it is common to run into ulimits.
One convinient way to support scripting that we could offer is to implement a user-facing option on how many iterations to not call .close() on when opening a new iteration in non-streaming read mode.
That way, we could clean up the oldest iterations we opened when opening a new one while looping through series for analysis and the user does not need to keep track. Such an option would also make it simpler for openPMD-viewer et al. to implement iterations through series.
The text was updated successfully, but these errors were encountered:
In reads of very large data series, it is common to run into ulimits.
One convinient way to support scripting that we could offer is to implement a user-facing option on how many iterations to not call
.close()
on when opening a new iteration in non-streaming read mode.That way, we could clean up the oldest iterations we opened when opening a new one while looping through series for analysis and the user does not need to keep track. Such an option would also make it simpler for openPMD-viewer et al. to implement iterations through series.
The text was updated successfully, but these errors were encountered: