You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use 7-Zip ZS 22.01 - v1.5.5 - Release 3 that seem to be very outdated compared to the src code. I wanted to do some tests with .zip + zstd and simply wanted to compress src code of the latest lzma sdk. If I use .zip+zstd with compression levels above 19 I get "The system cannot allocate the required amount of memory" error:
these are the compression settings:
7z+zstd with 20+ compression level has no issues, so it's some sort of bug in the code. Total uncompressed size of the code is less than 10MB.
The text was updated successfully, but these errors were encountered:
Can confirm it with current master too, however only with level 22 (seems to be depending on max memory).
Attempts to reduce Memory usage for Compressing (no matter to which value), in order to workaround it, cause another error - "The parameter is incorrect".
I use 7-Zip ZS 22.01 - v1.5.5 - Release 3 that seem to be very outdated compared to the src code. I wanted to do some tests with .zip + zstd and simply wanted to compress src code of the latest lzma sdk. If I use .zip+zstd with compression levels above 19 I get "The system cannot allocate the required amount of memory" error:
these are the compression settings:
7z+zstd with 20+ compression level has no issues, so it's some sort of bug in the code. Total uncompressed size of the code is less than 10MB.
The text was updated successfully, but these errors were encountered: