when using flux query to interpolate on aggregate window with createEmpty:true
OOM kills the influx container.
when createEmpty is turned off it works fine
in previous influx this did not happen
I tried to tweak memory settings without success
why does flux use so much memory when this is on
I also use usePrevious: true
@Nikola, aggregateWindow can consume a lot of memory especially if the windows are small and/or createEmpty is true. However there has been a lot of work to improve the performance of aggregateWindow recently (reducing memory consumption and execution time). You might try to see if your query succeeds with the most updated release.