using Apache tika for parsing different document types
There's a spike in memory usage
For example, for a 4 MB document, it consumed 120 MB memory,
How do I optimize the memory usage?
I'm trying to update to latest versions, FileBackedOutputStream is being used, but still memory usage is high.
I was expecting to reduce the memory usage
Using Apache tika within our Java application, Using AutodetectParser