uploading a big file causes error

i´m trying to upload a file that its size is 212 MB, after 15 minutes waiting it appears an error.

alt text

is ther a maximum space for the upload??

0 votes

1 answers

1749 views

ANSWER



Try to increase to amount of memory for the Nuxeo JVM, locate the line labelled “JAVA_OPTS” in file nuxeo.conf and edit the value in the –Xmx Java option.

For example: JAVA_OPTS=-Xms512m –Xmx4096m -XX:MaxPermSize=256m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Dfile.encoding=UTF-8

0 votes