From 373ee26f955617295c5c537b04a153a1969140d2 Mon Sep 17 00:00:00 2001 From: Jonathan Nieder Date: Fri, 3 Sep 2010 16:49:15 -0500 Subject: 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 --- tests/test_compress.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test_compress.sh') diff --git a/tests/test_compress.sh b/tests/test_compress.sh index 01fb6d5a..c88ebe15 100755 --- a/tests/test_compress.sh +++ b/tests/test_compress.sh @@ -62,7 +62,7 @@ test_xz() { 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" XZDEC="../src/xzdec/xzdec" # No memory usage limiter available -- cgit v1.2.3