board: Increase C heap to 12k
Loading a btree database with actual data in it needs more than 8k. 12k seems to work for now. Signed-off-by: Matthias Blankertz <matthias@blankertz.org>
This commit is contained in:
@@ -21,4 +21,4 @@ set(GEN_PINS_CSV_ARG --board-csv "${GEN_PINS_BOARD_CSV}")
|
||||
add_link_options("-Wl,--print-memory-usage")
|
||||
set(PICO_USE_FASTEST_SUPPORTED_CLOCK 1)
|
||||
|
||||
set(MICROPY_C_HEAP_SIZE 8192)
|
||||
set(MICROPY_C_HEAP_SIZE 12288)
|
||||
|
||||
Reference in New Issue
Block a user