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 issues #25

Open
jvanz opened this issue Sep 14, 2021 · 0 comments
Open

Out of memory issues #25

jvanz opened this issue Sep 14, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@jvanz
Copy link
Member

jvanz commented Sep 14, 2021

Sometimes the process used to extract the content of the gazettes files crashes due out of memory problems. As big gazettes files are not uncommon we need to be prepared for it. Our code should be smart enough to avoid keep everything in memory and use streams to process and move bytes around. So, we need to update the code to avoid this kind of problem in the future.

@jvanz jvanz added the bug Something isn't working label Sep 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant