Hi Chetan, Need more info... An eml file contains 465MB of XML and an MP4? How big is the mp4? Are you getting the same behavior with {{java -jar tika-app.jar -J -t big.eml}}? From the stacktrace, can you tell where the final straw is in memory allocation? Are you able to share the file with me off line?
On Wed, Mar 20, 2024 at 2:20 PM Chetan Bikire <chetab...@gmail.com> wrote: > Hi Team, > > We are working with Apache tika server standard 2.9.1 and calling rest > endpoint(rmeta/text). > Tried to parse eml file which contains around 465mb XML &198 MP4 as an > attachment but getting exception for Java heap memory also tried allocating > heap memory using -Xmx5g but still failed, is their any other way to > handle this? > > Thanks >