[ 
https://issues.apache.org/jira/browse/TIKA-2201?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15764283#comment-15764283
 ] 

Tim Allison commented on TIKA-2201:
-----------------------------------

I saved a single slide from the test document, and I'm getting an OOM with the 
DOM parser if -Xmx is < 500m.  Given that the DOM parser holds the entire deck 
in memory, that'd require ~60gb of memory. Whoa....

We could try lazy loading of slides in the DOM parser in POI, but I think SAX 
is the way to go for Tika.

> OutOfMemoryError on a reasonably sized document
> -----------------------------------------------
>
>                 Key: TIKA-2201
>                 URL: https://issues.apache.org/jira/browse/TIKA-2201
>             Project: Tika
>          Issue Type: Bug
>          Components: parser
>    Affects Versions: 1.14
>         Environment: Windows 7 x64, JVM 1.8.0_101
>            Reporter: Seva Alekseyev
>
> The following document, which is not particularly big, causes an OOM in Tika 
> parser:
> https://dl.dropboxusercontent.com/u/92341073/Certificates-9-20-2013.pptx
> Java memory limit is 4GB.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to