Mbed_tls server example ram usage issue

I am trying to compile the mbedtls server example on my lpc1768 mcu with config-suite-b.h
but my RAM section is getting overflow due to the .text section
it seems the library is taking more than 100k in my build
Need help in decreasing the size of the library

Hi Ankish,
Thank you for your question.
I would recommend you read https://tls.mbed.org/kb/how-to/reduce-mbedtls-memory-and-storage-footprint, as I believe it will help you reduce some of your RAM.
Regards,
Mbed TLS Support
Ron