1
0
Fork 0
mirror of https://git.tukaani.org/xz.git synced 2024-04-04 12:36:23 +02:00

Adjust memory limits in test_compress.sh

Testing compression at level -4 now requires 48 MiB of free store at
compression time and 5 MiB at decompression time.

Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
This commit is contained in:
Jonathan Nieder 2010-09-03 16:49:15 -05:00 committed by Lasse Collin
parent 2fce9312f3
commit 373ee26f95

View file

@ -62,7 +62,7 @@ test_xz() {
echo . | tr -d '\n\r' echo . | tr -d '\n\r'
} }
XZ="../src/xz/xz --memlimit-compress=28MiB --memlimit-decompress=4MiB \ XZ="../src/xz/xz --memlimit-compress=48MiB --memlimit-decompress=5MiB \
--no-adjust --threads=1 --check=crc64" --no-adjust --threads=1 --check=crc64"
XZDEC="../src/xzdec/xzdec" # No memory usage limiter available XZDEC="../src/xzdec/xzdec" # No memory usage limiter available