Skip to content

Commit cd903c5

Browse files
committed
app: overlays: ptl: increased LL user-space heap
Bump the LL heap size of 0x8000 (512 KiB). This is current maximum with CONFIG_VIRTUAL_HEAP (enabled by default for PTL). Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
1 parent a3a1ee3 commit cd903c5

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

app/overlays/ptl/ll_userspace_overlay.conf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,9 @@ CONFIG_CROSS_CORE_STREAM=n
3737
CONFIG_INTEL_ADSP_MIC_PRIVACY=n
3838
CONFIG_XRUN_NOTIFICATIONS_ENABLE=n
3939
CONFIG_ZEPHYR_DP_SCHEDULER=n
40+
41+
# Extend the shared LL user-space heap to 512KiB. This
42+
# is current maximum for PTL builds with virtual heap
43+
# enabled and uses the vmh allocation intended for KBP.
44+
# TODO: needs some better solution to allocate
45+
CONFIG_SOF_ZEPHYR_SYS_USER_HEAP_SIZE=0x80000

0 commit comments

Comments
 (0)