-
-
Notifications
You must be signed in to change notification settings - Fork 120
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
[Feature Request]: When compressing in .7z format using solidMode, how to set solid block size like in 7zFM.exe? #241
Comments
Hi! compressor.setSolidMode(true);
compressor.setFormatProperty(L"s", L"4g"); // Block size will be 4 GB. Note that, to make it work, you still need to call the |
Thank you very much for your reply!
|
I tried again, and the maximum I can set for the solid block size is 200m. |
Uhm this is really strange! What is the exact error message and error code (
By any chance, did you monitor the RAM usage of the system and of the program using bit7z? |
hresultCode() =0x8007000E
I don't understand how to monitor the system here. |
Uhm strange. I did some tests but could not reproduce the issue.
Thanks.
I think just looking at the RAM usage in the task manager might reveal a potential problem with the program, for example if the RAM usage of the program ramps up without ever going down before crashing due to the out of memory error. |
Thank you! |
You're welcome!
Strange indeed!
There's no particular reason. |
Feature description
When I use bit7z to compress in 7z format, the speed is half as fast as when I use 7-zip. I suspect this is because the solid mode is not set by default. I hope to achieve the same effect as 7-zip when using bit7z to compress in 7z format. Is there an example of a similar setting, translated into English?
Additional context
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: