mirror of
https://github.com/xcat2/xNBA.git
synced 2024-11-26 19:29:04 +00:00
SSL requires inordinately large data storage
This commit is contained in:
parent
2c67167929
commit
abccb8b63c
@ -11,9 +11,9 @@
|
||||
/**
|
||||
* Heap size
|
||||
*
|
||||
* Currently fixed at 48kB.
|
||||
* Currently fixed at 128kB.
|
||||
*/
|
||||
#define HEAP_SIZE ( 48 * 1024 )
|
||||
#define HEAP_SIZE ( 128 * 1024 )
|
||||
|
||||
/** The heap itself */
|
||||
char heap[HEAP_SIZE] __attribute__ (( aligned ( __alignof__(void *) )));
|
||||
|
Loading…
Reference in New Issue
Block a user