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
Hi, When the doc file is too large and multiple parsing tasks are in progress at the same time. GC overrun limit exceeded or java heap space will appear. Is there any other solution besides increasing memory? Thanks!
The text was updated successfully, but these errors were encountered:
When I parse a file about 20M in size and the startup memory of the application is 2G, an oom exception will be thrown. I analyzed the dump file and found that the heap memory was indeed occupied by objects inside the plug-in.
Hi, When the doc file is too large and multiple parsing tasks are in progress at the same time. GC overrun limit exceeded or java heap space will appear. Is there any other solution besides increasing memory? Thanks!
The text was updated successfully, but these errors were encountered: