Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Large file oom problem #35

Open
zoujin001 opened this issue Dec 1, 2022 · 2 comments
Open

Large file oom problem #35

zoujin001 opened this issue Dec 1, 2022 · 2 comments

Comments

@zoujin001
Copy link

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!

@mwilliamson
Copy link
Owner

Not that I know of, although if memory profiling reveals easy improvements that could be made I certainly wouldn't be opposed.

@zoujin001
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants