Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0-JSR-5
-
None
Description
File.each is mapped to asCollection. This leads to the file being read into the memory at once. When using big files, this could lead to memory problems. Instead it should be mapped to asIterator to prevent out-of-memory errors