-
Notifications
You must be signed in to change notification settings - Fork 7.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ssl_tls.c:5875 alloc(16717 bytes) failed (IDFGH-4286) #2673
Comments
You probably ran out of free heap. You need 40k to do ssl with full length buffers. |
So, how can I enlarge my full length buffers? |
No, it means there is not enough memory available. You can try some of the menuconfig option for asymmetric buffers or reduce your app memory usage or use wrover/psram. |
OK,I solved the problem thank you ! |
@zhaochengwei How did you resolved it? I am facing the same issue with exact same number of bytes! |
@zhaochengwei How did you resolved it? |
I'm having the exact same issue,
|
Facing the same issue. I also have enough max contigous heap block but calloc fails with mbedtls |
As you can see, 16384 is TLS maximum message content length.But I met this problem, So what's the problem?
esp-idf v3.1
The text was updated successfully, but these errors were encountered: