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

Out of Memory Error with SaxonEE 10.6 #44

Open
margaretha opened this issue Jan 28, 2022 · 0 comments
Open

Out of Memory Error with SaxonEE 10.6 #44

margaretha opened this issue Jan 28, 2022 · 0 comments
Labels
bug Something isn't working WikiI5Converter

Comments

@margaretha
Copy link
Member

There was an out of memory error during WikiXML to I5 conversion. The problem seems to come from net.sf.saxon.event.StreamWriterToReceiver. In Saxon 10.6 it has a namespace stack that contains huge amount of objects.
The StreamWriterToReceiver is used to write the final I5 file. It seems that the class always adds objects to the stack and never pop them.

@margaretha margaretha added bug Something isn't working WikiI5Converter labels Jan 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working WikiI5Converter
Projects
None yet
Development

No branches or pull requests

1 participant