Hello!
I use node-archiver to create an archive. I tried using different levels in lib but the archive size is the same i.e no compression is happening, and the output size is the summation of original data.
It happens that no matter the zlib level I choose, the archive has still the same size.
I am using three files of 30, 60,100MB respectively and the output is 190MB.
I tried the following methods but the output is still the same
reducing version
different levels
Can someone please help me out here as it is a very high priority task from my end?
Hello! I use node-archiver to create an archive. I tried using different levels in lib but the archive size is the same i.e no compression is happening, and the output size is the summation of original data.
The following is a small part of my code
It happens that no matter the zlib level I choose, the archive has still the same size. I am using three files of 30, 60,100MB respectively and the output is 190MB.
I tried the following methods but the output is still the same
Can someone please help me out here as it is a very high priority task from my end?