Skip to content

Commit af364a2

Browse files
committed
revert heap size change, not needed
1 parent 076cadf commit af364a2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

prj.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ CONFIG_MEMFAULT_COREDUMP_COLLECT_TASKS_REGIONS=n
9999

100100
# Memfault's http client needs a small amount of heap. Zephyr requires a minimum
101101
# heap size for the applied configuration, so select that here to prevent a
102-
# build time message. ESP32 WiFi adapter requires additional heap for buffers.
103-
CONFIG_HEAP_MEM_POOL_SIZE=98304
102+
# build time message
103+
CONFIG_HEAP_MEM_POOL_SIZE=52224
104104
CONFIG_SYS_HEAP_RUNTIME_STATS=y
105105
CONFIG_SHELL_STACK_SIZE=4096
106106
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048

0 commit comments

Comments
 (0)