Closed alexyorke closed 6 years ago
The following is a command that I have lrzip on a 900MB file. I tried it with -vvv and it was trying to compress 0 bytes many hundreds of times, and didn't appear to stop compressing.
decagon@server:/tmp/test$ lrzip -w -15 -vl test.out The following options are in effect for this COMPRESSION. Threading is DISABLED. Number of CPUs detected: 1 Detected 516517888 bytes ram Compression level 7 Nice Value: 19 Show Progress Verbose Temporary Directory set as: ./ Compression mode is: LZO Compression Window: -15 = -1500MB Output filename is: test.out.lrz File size: 955108193 Will take 1 pass Beginning rzip pre-processing phase Beginning rzip pre-processing phase Beginning rzip pre-processing phase Beginning rzip pre-processing phase Beginning rzip pre-processing phase Beginning rzip pre-processing phase Beginning rzip pre-processing phase Beginning rzip pre-processing phase Beginning rzip pre-processing phase Beginning rzip pre-processing phase Beginning rzip pre-processing phase Beginning rzip pre-processing phase Beginning rzip pre-processing phase Beginning rzip pre-processing phase Beginning rzip pre-processing phase Beginning rzip pre-processing phase Beginning rzip pre-processing phase Beginning rzip pre-processing phase Beginning rzip pre-processing phase Beginning rzip pre-processing phase Beginning rzip pre-processing phase Beginning rzip pre-processing phase Beginning rzip pre-processing phase Beginning rzip pre-processing phase Beginning rzip pre-processing phase Beginning rzip pre-processing phase
Yeah that's interesting, it shouldn't allow negative numbers.
The following is a command that I have lrzip on a 900MB file. I tried it with -vvv and it was trying to compress 0 bytes many hundreds of times, and didn't appear to stop compressing.