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

Memory Leak on N-Quads Export #477

Merged
merged 2 commits into from
Nov 5, 2023

Conversation

EagleoutIce
Copy link
Member

It seems to be that the root issue (at least for the given file) was that the encoding caused the XML object conversion blew up beyond good and evil. I have added a filter, trying to be more robust (especially after #471).

@jofranky can you re-try your experiment with this state?

@EagleoutIce EagleoutIce self-assigned this Nov 5, 2023
@EagleoutIce EagleoutIce linked an issue Nov 5, 2023 that may be closed by this pull request
1 task
@EagleoutIce EagleoutIce changed the title Memory Leak on N-Quads export Memory Leak on N-Quads Export Nov 5, 2023
@EagleoutIce
Copy link
Member Author

New problematic file (txt as github seems to dislike .R files :c):
midasqr.R.txt

@EagleoutIce
Copy link
Member Author

Couldn't reproduce even with export NODE_OPTIONS="--max-old-space-size=2048".

@EagleoutIce EagleoutIce merged commit 9a4dd9d into main Nov 5, 2023
13 checks passed
@EagleoutIce EagleoutIce deleted the 476-bug-memory-leak-on-n-quads-export branch November 5, 2023 20:25
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

Successfully merging this pull request may close these issues.

[Bug]: Memory Leak on N-Quads Export
1 participant