Which memory limits do you use? Can you increase it? Occurs the exception in the gzip or the csv unmarshaller?
Best, Christian ----------------- Software Integration Specialist Apache Camel committer: https://camel.apache.org/team V.P. Apache Camel: https://www.apache.org/foundation/ Apache Member: https://www.apache.org/foundation/members.html https://www.linkedin.com/pub/christian-mueller/11/551/642 On Thu, Aug 1, 2013 at 8:27 AM, Richa <[email protected]> wrote: > Hi, > I have a camel route where I am dealing with huge CSV files which comes in > gzip format. > The route looks as follows: > > from(inputLocation) > .unmarshal().gzip() > .unmarshal().csv() > .process(someProcessor) > .to(outputLocation) > > This route works fine with small files but when I use huge files, it throws > heap space exception. Can you please tell me a way to avoid this? > I cannot chunk my file before unmarshalling as it will affect my processing > in the processor. > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-Unmarshal-throwing-heap-space-exception-tp5736621.html > Sent from the Camel - Users mailing list archive at Nabble.com. >
