Thanks for the reply. I'm posting the solution here in case anybody else falls into the same trap I did:
My route is splitting the file on Windows/Dos line-endings CR-LF. My input file had Unix (LF) line-endings, though. I believe that was why the route was trying to process the entire file at once. Once I corrected the line-endings on the input file, the entire file loaded successfully (in less than 5 minutes). -- View this message in context: http://camel.465427.n5.nabble.com/61M-csv-file-cause-Heap-error-on-JVM-with-1-GB-limit-tp5799976p5799992.html Sent from the Camel - Users mailing list archive at Nabble.com.
