You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 31, 2021. It is now read-only.
At this moment, TIKA is using lots of memory as there is a parser for every thread. However, it seems that at least AutoDetectParser is thread safe and hence should be sharable across threads.
At this moment, TIKA is using lots of memory as there is a parser for every thread. However, it seems that at least AutoDetectParser is thread safe and hence should be sharable across threads.
Ref: https://issues.apache.org/jira/browse/TIKA-374
The text was updated successfully, but these errors were encountered: