boot loader: Add 256 KB additional heap
packagefs is using quite a bit additional memory for the MIME DB entries and with all files identified.
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
#include "smp.h"
|
#include "smp.h"
|
||||||
|
|
||||||
|
|
||||||
#define HEAP_SIZE (1024 * 1024)
|
#define HEAP_SIZE ((1024 + 256) * 1024)
|
||||||
|
|
||||||
|
|
||||||
// GCC defined globals
|
// GCC defined globals
|
||||||
|
|||||||
Reference in New Issue
Block a user