Increased MEMORY_HEAP_SIZE to 140000 in ssl_server2 to get CI passing.

This commit is contained in:
Teppo Järvelin 2019-10-22 12:31:28 +03:00
parent 11e881b536
commit 3d414bfb65

View File

@ -109,7 +109,7 @@ int main( void )
/* Size of memory to be allocated for the heap, when using the library's memory
* management and MBEDTLS_MEMORY_BUFFER_ALLOC_C is enabled. */
#define MEMORY_HEAP_SIZE 120000
#define MEMORY_HEAP_SIZE 140000
#define DFL_SERVER_ADDR NULL
#define DFL_SERVER_PORT "4433"