-
Notifications
You must be signed in to change notification settings - Fork 11
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
continuation of a gist. out of memory and/or munmap_chunk(): invalid pointer #35
Comments
just ran it again to confirm, from 750 MiB of ram and 750 MiB of swap to ~99% used of both |
|
You simply don't have enough ram or swap. Using
I'll have to look at that. Thank you for the report. In your case, forget |
In reviewing the above, you have only 134MB of free memory and only 4GB of Available. |
free doesn't mean it's the only memory available, it means that it's not used by processes and by system cache. You should look at available memory. also on these pictures i had firefox and a bunch of stuff open. |
Of course. But As for zpaq being able to compress incompressable data, sure it can. But what is your return? Here's 1GB random file.I should mention I have NVME, 16GB Ram and 16GB swap, so throughput to disk is very fast.
ZPAQ took all ram, and ate into swap as well. Just for a 1GB file. This taken DURING compression. It failed with a BUS ERROR. So ZPAQ needs a look. This will be tough to track down for now. Recommend not to use -T for now. L9 -T zpaq memory
L7 -T zpaq memory
And, after all that work by ZPAQ, it could not compress anything but stream 0.
Lots of work ahead...Thanks again for sharing this. Your feedback and help is appreciated! |
I'm closing this issue. Not much I can do when |
look here for context:
ckolivas/lrzip#200
https://gist.github.com/acuifex/2e8ceb5076379a0ace20ccea7590f072
i was running it with ~ gig of used ram and ~ 600 mib of used swap, it used everything that was left free.
The text was updated successfully, but these errors were encountered: