Description
Indexing using oak-run and --doc-traversal-mode uses the FlatFileStore. For aggregation, there is a limit on memory usage, by default around 100 MB. Depending on the content structure, this limit can be exceeded.
It would be good to find a way to avoid a memory limit, for example using a temporary storage (a file, or a persistent key/value store).