Skip to content

Commit de74230

Browse files
LuDudarlubos
authored andcommitted
applications: matter_bridge: Increase heap size
Increase heap size to accommodate the memory required for additional bridged devices. Signed-off-by: Łukasz Duda <[email protected]>
1 parent c98bffa commit de74230

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

applications/matter_bridge/prj.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,6 @@ CONFIG_CHIP_FACTORY_DATA_BUILD=y
5151
# Enable LTO to decrease the flash usage.
5252
CONFIG_LTO=y
5353
CONFIG_ISR_TABLES_LOCAL_DECLARATION=y
54+
55+
# Increase heap size to accommodate the memory required for additional bridged devices.
56+
CONFIG_CHIP_MALLOC_SYS_HEAP_SIZE=16384

applications/matter_bridge/prj_release.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,6 @@ CONFIG_CHIP_ENABLE_READ_CLIENT=y
5555

5656
# Enable Watchdog
5757
CONFIG_NCS_SAMPLE_MATTER_WATCHDOG=y
58+
59+
# Increase heap size to accommodate the memory required for additional bridged devices.
60+
CONFIG_CHIP_MALLOC_SYS_HEAP_SIZE=16384

0 commit comments

Comments
 (0)