From 5cda29b5665004fc0f21d0c41d78022a6a559ab2 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Sat, 27 Dec 2008 19:40:31 +0200 Subject: [PATCH] Use 28 MiB as memory usage limit for encoding in test_compress.sh. --- tests/test_compress.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2