I did a small amount of memory profiling to see if we could get any gains around further "right-sizing" the lambda resources using a version of the code in #1. I was surprised to find the memory usage increasing linearly over time (see figure below and/or flamegraph stored in google drive). This was using h5coro=1.0.4, so I'm wondering if the new explicit file handle closing needs to be added to #1 or if I should pin h5coro to an older version?

I did a small amount of memory profiling to see if we could get any gains around further "right-sizing" the lambda resources using a version of the code in #1. I was surprised to find the memory usage increasing linearly over time (see figure below and/or flamegraph stored in google drive). This was using
h5coro=1.0.4, so I'm wondering if the new explicit file handle closing needs to be added to #1 or if I should pin h5coro to an older version?