Skip to content

Commit 9bbd3f1

Browse files
committed
[nrfconnect] Increase heap size for all-clusters-app
Increase heap size as CASE Session establishment fails with `CHIP_ERROR_NO_MEMORY`. Signed-off-by: Adrian Gielniewski <adrian.gielniewski@nordicsemi.no>
1 parent 887119c commit 9bbd3f1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/all-clusters-app/nrfconnect/prj.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ CONFIG_CHIP_ENABLE_READ_CLIENT=y
5959
CONFIG_PM_PARTITION_SIZE_SETTINGS_STORAGE=0x8000
6060

6161
# Increase heap size
62-
CONFIG_CHIP_MALLOC_SYS_HEAP_SIZE=10240
62+
CONFIG_CHIP_MALLOC_SYS_HEAP_SIZE=32768

examples/all-clusters-app/nrfconnect/prj_dfu.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ CONFIG_CHIP_FACTORY_DATA_BUILD=y
5757
CONFIG_CHIP_ENABLE_READ_CLIENT=y
5858

5959
# Increase heap size
60-
CONFIG_CHIP_MALLOC_SYS_HEAP_SIZE=10240
60+
CONFIG_CHIP_MALLOC_SYS_HEAP_SIZE=32768

examples/all-clusters-app/nrfconnect/prj_release.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ CONFIG_LTO=y
6868
CONFIG_ISR_TABLES_LOCAL_DECLARATION=y
6969

7070
# Increase heap size
71-
CONFIG_CHIP_MALLOC_SYS_HEAP_SIZE=10240
71+
CONFIG_CHIP_MALLOC_SYS_HEAP_SIZE=32768

0 commit comments

Comments
 (0)