ARMmbed / mbed-os-example-tls

mbed TLS Sample application
Apache License 2.0
30 stars 53 forks source link

Reduce MPI_MAX_SIZE parameter #219

Closed k-stachowiak closed 5 years ago

k-stachowiak commented 5 years ago

This PR test influence of a configuration change on the memory issues

k-stachowiak commented 5 years ago

retest

RonEld commented 5 years ago

@k-stachowiak I think we can close this issue, since there is now a PR setting the size of MBEDTLS_MPI_MAX_SIZE to 512 by default in Mbed-OS, in https://github.com/ARMmbed/mbed-os/pull/8936

k-stachowiak commented 5 years ago

@RonEld I agree.