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

retdec-fileinfo runs over a minute and uses 40 GB of RAM to analyze a 46 MB PE file #911

Closed
s3rvac opened this issue Jan 6, 2021 · 1 comment · Fixed by #912
Closed

Comments

@s3rvac
Copy link
Member

s3rvac commented Jan 6, 2021

retdec-fileinfo runs over a minute and uses 40 GB of RAM to analyze a 46 MB PE file

Steps to reproduce

On Linux, run

$ /usr/bin/time -v retdec-fileinfo FILE

where FILE is 93BFA7B15B780AC44C0500C127DACC2B69C29AEC94FB2F63D684F68DF4A40F5C.

Expected output

The file is analyzed in a reasonable time and using a reasonable amount of memory.

Actual output

$ /usr/bin/time -v retdec-fileinfo FILE
[..]
        User time (seconds): 88.79
[..]
        Maximum resident set size (kbytes): 42310212

That is, retdec-fileinfo ran for over a minute and used around 40 GB of memory during the analysis.

Configuration

@ladislav-zezula
Copy link
Contributor

#912

@s3rvac s3rvac mentioned this issue Jan 6, 2021
s3rvac added a commit that referenced this issue Jan 6, 2021
s3rvac added a commit that referenced this issue Jan 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants