From: Lasse Collin Date: Sat, 27 Dec 2008 17:40:31 +0000 (+0200) Subject: Use 28 MiB as memory usage limit for encoding in test_compress.sh. X-Git-Tag: upstream/5.1.3~646 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5cda29b5665004fc0f21d0c41d78022a6a559ab2;p=platform%2Fupstream%2Fxz.git Use 28 MiB as memory usage limit for encoding in test_compress.sh. --- diff --git a/tests/test_compress.sh b/tests/test_compress.sh index c02504f..05e3e8f 100755 --- a/tests/test_compress.sh +++ b/tests/test_compress.sh @@ -69,7 +69,7 @@ test_xz() { echo . | tr -d '\n\r' } -XZ="../src/xz/xz --memory=15MiB --threads=1" +XZ="../src/xz/xz --memory=28MiB --threads=1" XZDEC="../src/xzdec/xzdec --memory=4MiB" unset XZ_OPT