You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Yash Mehta (Jira)" <ji...@apache.org> on 2021/09/08 09:05:00 UTC

[jira] [Created] (TIKA-3546) Side effects of setting WriteOutContentHandler write limit as -1 are unknown

Yash Mehta created TIKA-3546:
--------------------------------

             Summary: Side effects of setting WriteOutContentHandler write limit as -1 are unknown
                 Key: TIKA-3546
                 URL: https://issues.apache.org/jira/browse/TIKA-3546
             Project: Tika
          Issue Type: Improvement
          Components: core
            Reporter: Yash Mehta


WriteOutContentHandler has a parameterized constructor which can be used to specify the writeLimit. The default seems to be 100,000 characters. Setting this to -1 signifies no writing limit. I want to understand the side effects of keeping it as -1, whether it can cause any memory or performance issues.
 
I also want to understand the reason why this write limit was introduced in the first place, any use-case or user scenario due to which this parameter was introduced.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)