mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
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 <jrnieder@gmail.com>
This commit is contained in:
parent
2fce9312f3
commit
373ee26f95
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ test_xz() {
|
||||||
echo . | tr -d '\n\r'
|
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"
|
--no-adjust --threads=1 --check=crc64"
|
||||||
XZDEC="../src/xzdec/xzdec" # No memory usage limiter available
|
XZDEC="../src/xzdec/xzdec" # No memory usage limiter available
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue