Closed carlosedp closed 4 years ago
That's because the NX GZIP Engine only supports a window size of 32KB.
Reference: https://github.com/libnxz/power-gzip/blob/master/lib/nx_deflate.c#L822-L824
Notice that level 6 is the only one supported too.
Thanks for the clarification!
While using
gzm
for some tests, I found-out that the default mode (-t 31) is kinda like the --fast option on GZip but I was unable to change it to more compression.If I try, with anything different than 31, I get an error:
Some info: