Closed suresh-vy closed 4 years ago
hi @suresh-vy can you try starting a tika server on your own (before running tika python) with your desired requirements for memory? Then try tika-python and see if it works? My guess is that your opts weren't being propagated to the server.
Hi
While working with 1.7GB zip file i'm getting below error
[MainThread ] [WARNI] Tika server returned status: 500
currently i'm using tika-python version 1.2.4
in my environmental variable I set java_OPTS
JAVA_OPTS=-Xms2024m -Xmx4096m -Xss2024m -Xmn512m
Could please tell me how to work with large file using tika-python