Use 28 MiB as memory usage limit for encoding in test_compress.sh.

This commit is contained in:
Lasse Collin 2008-12-27 19:40:31 +02:00
parent 050eb14d29
commit 5cda29b566
1 changed files with 1 additions and 1 deletions

View File

@ -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