-
Notifications
You must be signed in to change notification settings - Fork 287
Out of Memory Error during Analysis Step #713
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
Comments
Thanks for the report. I'll try to reproduce this and see if there's anything that can be done to reduce memory during the analysis step. To give me some hints about how to best repro this. Can you share how much memory your system has, how large the total asa.sqlite dbs you've collected are and, if you know, how much memory is being consumed when you hit the out of memory error? |
Machine is a 2023 Mac Studio, Apple M2 Max chip with 32GB of memory. How do I collect the following information: how large the total asa.sqlite dbs you've collected are and, if you know, how much memory is being consumed when you hit the out of memory error? |
You can also try to re-run export collect with |
Sizes of asa.sqlite files:
I'm going to try and get the memory usage info while running export collect with --disableimplicitfindings enabled |
After further investigation the root cause of this appears to be that every file was reporting a different content hash between collection runs - but with no other changes resulting in a hugely inflated report. I am as of yet unable to repro this on a mac myself. |
I was able to find a different replication for the out of memory issue and believe that #731 should help for most cases. |
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
zsh: abort ./Asa export-collect --outputsarif --lowmemoryusage"
Expected behavior
I expect the analysis to be performed as explained in the walkthroug
Screenshots

If applicable, add screenshots to help explain your problem.
System Configuration (please complete the following information):
Additional Context
The text was updated successfully, but these errors were encountered: