Revert "Limit ZSTD_maxCLevel to 21 for 32-bit binaries."

This commit is contained in:
Yann Collet
2021-12-20 11:43:14 -08:00
committed by GitHub
parent 85bd1e663b
commit a9e43b37d0
6 changed files with 5 additions and 13 deletions
-5
View File
@@ -1568,11 +1568,6 @@ 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"