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:
parent
050eb14d29
commit
5cda29b566
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue