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
while parsing different bigger pdfs (> 200 Mb) the application throws a heap space error.
For some documents the work around with adding "set JAVA_OPTS=-Xmx1200m -XX:-UseGCOverheadLimit" into the .bat even with more memory works. But mostly the error is thrown.
What can i do?
By the way the performace with greenfield is much better.
Thanks!
The text was updated successfully, but these errors were encountered:
Dev Effort
5D
Description
Hi,
while parsing different bigger pdfs (> 200 Mb) the application throws a heap space error.
For some documents the work around with adding "set JAVA_OPTS=-Xmx1200m -XX:-UseGCOverheadLimit" into the .bat even with more memory works. But mostly the error is thrown.
What can i do?
By the way the performace with greenfield is much better.
Thanks!
The text was updated successfully, but these errors were encountered: