On Thu, 23 Dec 2010, Clemens wrote:
Find the stackdump attached below. I (unfortunately) don't have the
xlsx-file which "caused" the OOM. If I read the heap dump correctly the file
was approx. 6M.

Try increasing your Java memory - processing ooxml files is fairly memory intensive

The heap dump also reveals an instance of opc.ZipPackage, i.e. the content was/is zipped (right?).

All ooxml files are a zip of xml files, so this is correct. You can slightly reduce the memory footprint by using the File constructor rather than the InputStream one

Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to