-
Notifications
You must be signed in to change notification settings - Fork 75
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
Par2cmdline allocation failure. #154
Comments
Could you try again using a smaller block size (increase the I actually did some testing recently and found that keeping the block size under 1GB is probably best for compatibility (MultiPar hard-codes the maximum block size at 1GB). |
I had a quick look at this, trying a similarly sized set of files and parameters, and got the same problem. I haven't bothered trying to identify what the problem is exactly, but it'll need to get fixed. I did notice that it seems to work better if you explicitly specify a memory limit, so perhaps try adding |
Any progress on this issue? I'm having the same problem (running |
You can try increasing the memory limit number and see if it helps. Having said that, par2cmdline isn't exactly a performance oriented PAR2 client. Increasing the memory limit mostly helps with I/O bound scenarios, and I suspect it has limited effect beyond a certain point (particularly if you're CPU bound). (still would be good to have a fix) |
I actually did switch to ParPar, which worked fine. Increasing the memory limit resulted in the same error. |
See image.
The text was updated successfully, but these errors were encountered: