Revert increase of MEMORY_HEAP_SIZE in ssl_client2
Signed-off-by: Przemek Stekiel <przemyslaw.stekiel@mobica.com>
This commit is contained in:
parent
f4194944e8
commit
94cf710edc
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue