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 Exhaustion Error #16

Closed
fscc-jamesd opened this issue Sep 8, 2021 · 1 comment
Closed

Memory Exhaustion Error #16

fscc-jamesd opened this issue Sep 8, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@fscc-jamesd
Copy link
Contributor

When running chainsaw in search mode against a very large set of event logs, if the search parameters are broad enough to capture a lot of results then the memory used by Chainsaw will balloon and may result in the binary being terminated.

This is due to #7 where we now load hits into a Vec before printing in order to output JSON correctly. If there are too many matches then the Vec will bloat out and consume too much memory.

@fscc-jamesd fscc-jamesd added the bug Something isn't working label Sep 8, 2021
@fscc-jamesd fscc-jamesd self-assigned this Sep 8, 2021
@alexkornitzer alexkornitzer mentioned this issue Oct 14, 2021
5 tasks
@alexkornitzer alexkornitzer self-assigned this Oct 19, 2021
@fscc-jamesd
Copy link
Contributor Author

This has been done in #23. A new build will be pushed out in the next couple of days.

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

2 participants