Skip to content

Commit 058eb07

Browse files
committed
process manager: increase heap
Running on the qemu board (ie riscv) the app ran out of heap space. I assume this works on the nrf because of mpu rounding. With the increased heap the app runs as expected.
1 parent ac8604e commit 058eb07

File tree

1 file changed

+1
-1
lines changed
  • examples/tutorials/dynamic-apps-and-policies/process_manager

1 file changed

+1
-1
lines changed

examples/tutorials/dynamic-apps-and-policies/process_manager/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ TOCK_USERLAND_BASE_DIR = ../../../..
66
# Which files to compile.
77
C_SRCS := $(wildcard *.c)
88

9-
APP_HEAP_SIZE := 2000
9+
APP_HEAP_SIZE := 4000
1010

1111
EXTERN_LIBS += $(TOCK_USERLAND_BASE_DIR)/u8g2
1212

0 commit comments

Comments
 (0)