ZSTD_maxCLevel now limited to 21 for 32-bit binaries.
CI tests for constrained memory runs with max level on 32-bit binaries.
This commit is contained in:
@@ -1538,6 +1538,11 @@ elif [ "$longCSize19wlog23" -gt "$optCSize19wlog23" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [ -n "$CHECK_CONSTRAINED_MEM" ]; then
|
||||
println "\n===> zsdt constrained memory tests "
|
||||
# shellcheck disable=SC2039
|
||||
(ulimit -Sv 500000 ; datagen -g2M | zstd -22 --single-thread --ultra > /dev/null)
|
||||
fi
|
||||
|
||||
if [ "$1" != "--test-large-data" ]; then
|
||||
println "Skipping large data tests"
|
||||
|
||||
Reference in New Issue
Block a user