-
CONFIG_LOG_MGMT_CHUNK_SIZE
¶
Maximum chunk size for log downloads
Type: int
Help¶
Limits the maximum chunk size for log downloads, in bytes. A buffer of this size gets allocated on the stack during handling of the log show command.
Defaults¶
- 512 if
MCUMGR_CMD_LOG_MGMT
&&MCUMGR
Kconfig definition¶
At ext/lib/mgmt/mcumgr/cmd/log_mgmt/Kconfig:24
Included via Kconfig:10
→ Kconfig.zephyr:37
→ ext/Kconfig:19
→ ext/lib/mgmt/Kconfig:22
→ ext/lib/mgmt/mcumgr/Kconfig:25
→ ext/lib/mgmt/mcumgr/cmd/Kconfig:22
Menu path: (top menu) → External Sources → Management → Command handlers → Enable mcumgr handlers for log management
config LOG_MGMT_CHUNK_SIZE int prompt "Maximum chunk size for log downloads" ifMCUMGR_CMD_LOG_MGMT
&&MCUMGR
default 512 ifMCUMGR_CMD_LOG_MGMT
&&MCUMGR
depends onMCUMGR_CMD_LOG_MGMT
&&MCUMGR
help Limits the maximum chunk size for log downloads, in bytes. A buffer of this size gets allocated on the stack during handling of the log show command.
(Definitions include propagated dependencies, including from if’s and menus.)