mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-06-29 10:26:39 +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.