Skip to content

Commit 77e62dd

Browse files
committed
dax: increase log buffer size
The DAX module prints a large amount of necessary log information for testing and debugging, increasing the log buffer size to ensure log integrity. Signed-off-by: Jun Lai <jun.lai@dolby.com>
1 parent c89e609 commit 77e62dd

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

app/overlays/mtl/dax_overlay.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,7 @@ CONFIG_LLEXT_HEAP_SIZE=32
1010
# Disabled due to issues encountered on the MTL platform.
1111
# See https://github.com/thesofproject/sof/issues/10370
1212
CONFIG_LLEXT_EXPERIMENTAL=n
13+
14+
# Log settings
15+
CONFIG_LOG_BUFFER_SIZE=8192
16+
CONFIG_MTRACE_LOG_CACHE_BUF_SIZE=12288

app/overlays/ptl/dax_overlay.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@ CONFIG_IDC_TIMEOUT_US=50000
77

88
# LLEXT
99
CONFIG_LLEXT_HEAP_SIZE=32
10+
11+
# Log settings
12+
CONFIG_LOG_BUFFER_SIZE=8192
13+
CONFIG_MTRACE_LOG_CACHE_BUF_SIZE=12288

0 commit comments

Comments
 (0)