Skip to content

Commit

Permalink
doc: matter: add note on openthread memory configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Gielniewski <[email protected]>
  • Loading branch information
adigie committed Nov 5, 2024
1 parent f5f287a commit 25b8f53
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,10 @@ To use a dynamic heap size on your Matter device, set them both to ``n``.
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.
You can also adjust the heap dedicated for MbedTLS purposes by setting the :kconfig:option:`CONFIG_MBEDTLS_HEAP_SIZE` Kconfig option value.

.. note::
The Thread protocol has separate configuration for memory allocation. See the :ref:`thread_ot_memory_configuration` documentation for more
information.

Memory profiling troubleshooting
================================

Expand Down

0 comments on commit 25b8f53

Please sign in to comment.