Revert increase of MEMORY_HEAP_SIZE in ssl_client2

Signed-off-by: Przemek Stekiel <przemyslaw.stekiel@mobica.com>
This commit is contained in:
Przemek Stekiel 2023-04-24 16:35:40 +02:00
parent f4194944e8
commit 94cf710edc

View file

@ -41,7 +41,7 @@ int main(void)
/* Size of memory to be allocated for the heap, when using the library's memory /* Size of memory to be allocated for the heap, when using the library's memory
* management and MBEDTLS_MEMORY_BUFFER_ALLOC_C is enabled. */ * management and MBEDTLS_MEMORY_BUFFER_ALLOC_C is enabled. */
#define MEMORY_HEAP_SIZE 180000 #define MEMORY_HEAP_SIZE 120000
#define MAX_REQUEST_SIZE 20000 #define MAX_REQUEST_SIZE 20000
#define MAX_REQUEST_SIZE_STR "20000" #define MAX_REQUEST_SIZE_STR "20000"