Re: Unzip huge single entry file throws OutOfMemory

2016-12-20 Thread adalfovo
Thank you very much! Now it's working -- View this message in context: http://camel.465427.n5.nabble.com/Unzip-huge-single-entry-file-throws-OutOfMemory-tp5790404p5791731.html Sent from the Camel - Users mailing list archive at Nabble.com.

RE: Unzip huge single entry file throws OutOfMemory

2016-11-24 Thread Siano, Stephan
array your route may fail later). Best regards Stephan -Original Message- From: Claus Ibsen [mailto:claus.ib...@gmail.com] Sent: Donnerstag, 24. November 2016 09:48 To: users@camel.apache.org Subject: Re: Unzip huge single entry file throws OutOfMemory I think the ZipFileDataFormat was

Re: Unzip huge single entry file throws OutOfMemory

2016-11-24 Thread Claus Ibsen
of your > server. 45 MB is not so much memory, so this should be feasible. > > Best regards > > Stephan > > -Original Message- > From: adalfovo [mailto:dalfovo.alessan...@gmail.com] > Sent: Mittwoch, 23. November 2016 10:41 > To: users@camel.apache.org >

RE: Unzip huge single entry file throws OutOfMemory

2016-11-24 Thread Siano, Stephan
@camel.apache.org Subject: Unzip huge single entry file throws OutOfMemory Hi, we have a 3.5 Mb zip file that contains a 45Mb text file. When we try to unzip it the route throws an OutOfMemory. Camel runs on a Jboss EAP 6.4.5 instance. This is our route : from("servlet://?httpMethodRestrict

Re: Unzip huge single entry file throws OutOfMemory

2016-11-23 Thread souciance
ache.coyote.http11.Http11Protocol$ > Http11ConnectionHandler.process(Http11Protocol.java:653) > at > org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:926) > > at java.lang.Thread.run(Thread.java:745) > Caused by: java.lang.OutOfMemoryError: Java h

Unzip huge single entry file throws OutOfMemory

2016-11-23 Thread adalfovo
point.java:926) at java.lang.Thread.run(Thread.java:745) Caused by: java.lang.OutOfMemoryError: Java heap space How can we fix this problem? -- View this message in context: http://camel.465427.n5.nabble.com/Unzip-huge-single-entry-file-throws-OutOfMemory-tp5790404.html Sent from the Camel - Use