mirror of
https://github.com/espressif/mbedtls.git
synced 2025-06-21 06:22:08 +08:00

Limit log output in compat.sh and ssl-opt.sh, in case of failures with these scripts where they may output seemingly unlimited length error logs. Note that ulimit -f uses units of 512 bytes, so we use 10 * 1024 * 1024 * 2 to get 10 GiB.