Xceed Zip Compression Library Documentation
xsrMemory
Xceed Zip control reference > Xceed Zip control skipping reasons > xsrMemory

Value

126

Description

There is not enough free memory to process the file.

This skipping reason can occur during zipping or unzipping. Some compression methods use a significant amount of memory, especially at higher compression levels.

For example, LZMA at level 7 and higher requires about 742MB, including a 600MB block of contiguous memory. So your file may be skipped even if you have free memory because of there is too much fragmentation.

Tips