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

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

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