Hello, I just wrote a patch to make FileListEntityProcessor work by streaming, using Java 8 Stream and NIO2, instead of buffering the entire file list in memory. I had to do it because I had a very large list of files (upwards of 1M) and kept going OOM.
I wish I could contribute this patch, if it is deemed useful. Regards, Marco
