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
This PR addresses the OOM issue (or reduces the chances of running into OOM when snapshotting) by doing following main changes
- defaults gen 1 duration to 1m (instead of 10m)
- snapshot chunks are built lazily and
- sort/dedupe step itself is done serially (i.e 1 at a time)
As an optimisation when _not_ forcing a snapshot it aggregates up to 10m worth of chunks and writes them in parallel assumption is given it's a normal snapshot, there is enough memory to run it.
closes: #25991
0 commit comments