mirror of
https://git.tukaani.org/xz.git
synced 2025-04-20 06:30:50 +00:00
Use 28 MiB as memory usage limit for encoding in test_compress.sh.
This commit is contained in:
parent
050eb14d29
commit
5cda29b566
@ -69,7 +69,7 @@ test_xz() {
|
|||||||
echo . | tr -d '\n\r'
|
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"
|
XZDEC="../src/xzdec/xzdec --memory=4MiB"
|
||||||
unset XZ_OPT
|
unset XZ_OPT
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user