Commit 914079d 1 parent e151537 commit 914079d Copy full SHA for 914079d
File tree 3 files changed +9
-0
lines changed
examples/all-clusters-app/nrfconnect
3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -57,3 +57,6 @@ CONFIG_CHIP_ENABLE_READ_CLIENT=y
57
57
58
58
# Increase the settings partition
59
59
CONFIG_PM_PARTITION_SIZE_SETTINGS_STORAGE=0x8000
60
+
61
+ # Increase heap size
62
+ CONFIG_CHIP_MALLOC_SYS_HEAP_SIZE=10240
Original file line number Diff line number Diff line change @@ -55,3 +55,6 @@ CONFIG_CHIP_FACTORY_DATA_BUILD=y
55
55
56
56
# Enable the Read Client for binding purposes
57
57
CONFIG_CHIP_ENABLE_READ_CLIENT=y
58
+
59
+ # Increase heap size
60
+ CONFIG_CHIP_MALLOC_SYS_HEAP_SIZE=10240
Original file line number Diff line number Diff line change @@ -66,3 +66,6 @@ CONFIG_CHIP_ENABLE_READ_CLIENT=y
66
66
# Enable LTO to reduce the flash usage
67
67
CONFIG_LTO=y
68
68
CONFIG_ISR_TABLES_LOCAL_DECLARATION=y
69
+
70
+ # Increase heap size
71
+ CONFIG_CHIP_MALLOC_SYS_HEAP_SIZE=10240
You can’t perform that action at this time.
0 commit comments