Skip to content

Commit 2224495

Browse files
adigierlubos
authored andcommitted
doc: matter: add note on openthread memory configuration
Mention openthread memory configuration in matter docs. Signed-off-by: Adrian Gielniewski <[email protected]>
1 parent 074976b commit 2224495

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/nrf/protocols/matter/getting_started/memory_optimization.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,10 @@ To use a dynamic heap size on your Matter device, set them both to ``n``.
417417
The static heap size means that you can define the maximum heap size for your application by setting the :kconfig:option:`CONFIG_CHIP_MALLOC_SYS_HEAP_SIZE` Kconfig value.
418418
You can also adjust the heap dedicated for MbedTLS purposes by setting the :kconfig:option:`CONFIG_MBEDTLS_HEAP_SIZE` Kconfig option value.
419419

420+
.. note::
421+
The Thread protocol has a separate configuration for memory allocation.
422+
See :ref:`thread_configuring_messagepool` in the Thread documentation for more information.
423+
420424
Memory profiling troubleshooting
421425
================================
422426

0 commit comments

Comments
 (0)