Hello all, I'm testing Daffodil's capability to handle large files. The parsing is done in chunks but the unparsing happens in one go. For the latter, the following error happens after about 100 MB is written out to disk: "OutOfMemoryError: GC Overhead Limit Exceeded". Should unparsing happen in chunks as well or could this be a memory leak? The DFDL schema isn't particularly complex from my perspective and the validation is very basic (mostly maxOccurs=1 for a few elements).
Claude
