Skip to content

Commit

Permalink
prj.conf: Increase AT monitor heap size
Browse files Browse the repository at this point in the history
Increase AT monitor heap size

Signed-off-by: Simen S. Røstad <[email protected]>
  • Loading branch information
simensrostad committed Nov 1, 2024
1 parent 3ddeec6 commit b14b4c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/prj.conf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ CONFIG_UART_NRFX_UARTE_LEGACY_SHIM=n
# Heap and stacks
CONFIG_MAIN_STACK_SIZE=4096
# Extended AT host/monitor stack/heap sizes since some nrf_cloud credentials are longer than 1024 bytes.
CONFIG_AT_MONITOR_HEAP_SIZE=2048
CONFIG_AT_MONITOR_HEAP_SIZE=2176
# Wifi scan requires extended heap size
CONFIG_HEAP_MEM_POOL_SIZE=20000
CONFIG_HEAP_MEM_POOL_IGNORE_MIN=y
Expand Down

0 comments on commit b14b4c9

Please sign in to comment.