We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
retdec-fileinfo uses 110 GB of RAM to analyze a 41 MB PE file.
retdec-fileinfo
On Linux, run
$ /usr/bin/time -v retdec-fileinfo FILE
where FILE is FE015EB24B7EEA2907698A6D7142198644A757066DA4EB8D3A4B63900008CF5E.
FILE
FE015EB24B7EEA2907698A6D7142198644A757066DA4EB8D3A4B63900008CF5E
The file is analyzed in a reasonable time and using a reasonable amount of memory.
$ /usr/bin/time -v retdec-fileinfo FILE [..] User time (seconds): 61.19 [..] Maximum resident set size (kbytes): 116301540
That is, retdec-fileinfo ran for over a minute and used around 110 GB of memory during the analysis.
master
The text was updated successfully, but these errors were encountered:
Fixed #907
a5374a3
Add a CHANGELOG entry for #907.
ec5cd88
Possibly related issue: #911.
Sorry, something went wrong.
ladislav-zezula
Successfully merging a pull request may close this issue.
retdec-fileinfo
uses 110 GB of RAM to analyze a 41 MB PE file.Steps to reproduce
On Linux, run
where
FILE
isFE015EB24B7EEA2907698A6D7142198644A757066DA4EB8D3A4B63900008CF5E
.Expected output
The file is analyzed in a reasonable time and using a reasonable amount of memory.
Actual output
That is,
retdec-fileinfo
ran for over a minute and used around 110 GB of memory during the analysis.Configuration
master
)The text was updated successfully, but these errors were encountered: