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

possible memory leak trying to unpack LZ4 #94

Open
devid7x opened this issue Jul 26, 2024 · 2 comments
Open

possible memory leak trying to unpack LZ4 #94

devid7x opened this issue Jul 26, 2024 · 2 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@devid7x
Copy link

devid7x commented Jul 26, 2024

i try to unpack the stock firmware file of a Galaxy A22, all goes well until it gets to decompressing super.img.lz4, then it starts using all the RAM and freezes the computer
20240726_170729

@SebaUbuntu
Copy link
Member

A memory leak happens when after executing a piece of software allocated memory isn't freed up, are you able to find out what uses all those resources?

@SebaUbuntu SebaUbuntu added bug Something isn't working enhancement New feature or request labels Sep 23, 2024
@Pokey8680
Copy link

increase your swap space, I was able to do it with 34gb, but you may be able to get away with 16gb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants