From: Luca C. <luc...@gm...> - 2013-03-02 03:31:29
|
On Fri, Mar 1, 2013 at 8:45 AM, Guillermo Marco Puche <gui...@si...> wrote: > > Hello, > > I'm in need of using big input and output files. Documentation at this > point is very confusing. > I've tried to increase heapsize through Tomcat7 catalina.sh script. > > Adding the following line: > > export JAVA_OPTS="-Xms6144m -Xmx15360m -XX:PermSize=64M > -XX:MaxPermSize=128M" > > But i still can't upload input files bigger than 100mb through Opal. > So I know you have to set the maxPostSize: http://tomcat.apache.org/tomcat-6.0-doc/config/http.html I tried to do some test but if your file is really big more than 100M I get a very odd behavior: It's like if the request content never arrives to opal2, it just get discharged, and there is not trace of that in the log... Luca |