:orphan: .. title:: CONFIG_RAM_TRACING_BUFFER_SIZE .. kconfig:: CONFIG_RAM_TRACING_BUFFER_SIZE CONFIG_RAM_TRACING_BUFFER_SIZE ############################## *Ram Tracing buffer size* Type: ``int`` Help ==== .. code-block:: none Size of the RAM trace buffer. Trace will be discarded if the length is exceeded. Direct dependencies =================== \ :kconfig:`TRACING_BACKEND_RAM ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Default ======= - 4096 Kconfig definition ================== At ``/tracing/Kconfig:164`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:65`` Menu path: (Top) → Sub Systems and OS Services → Tracing Support → Tracing Backend → Enable RAM backend .. code-block:: kconfig config RAM_TRACING_BUFFER_SIZE int "Ram Tracing buffer size" default 4096 depends on TRACING_BACKEND_RAM && help Size of the RAM trace buffer. Trace will be discarded if the length is exceeded. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*