Increased MEMORY_HEAP_SIZE to 140000 in ssl_server2 to get CI passing.
This commit is contained in:
parent
11e881b536
commit
3d414bfb65
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,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 120000
|
#define MEMORY_HEAP_SIZE 140000
|
||||||
|
|
||||||
#define DFL_SERVER_ADDR NULL
|
#define DFL_SERVER_ADDR NULL
|
||||||
#define DFL_SERVER_PORT "4433"
|
#define DFL_SERVER_PORT "4433"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue