mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 23:05:41 +01:00
Increased MEMORY_HEAP_SIZE to 140000 in ssl_server2 to get CI passing.
This commit is contained in:
parent
11e881b536
commit
3d414bfb65
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user