From 69548f50b99a772df7a3765f1068b20011209740 Mon Sep 17 00:00:00 2001 From: Guennadi Liakhovetski Date: Tue, 16 Dec 2025 14:35:40 +0100 Subject: [PATCH] ptl: reduce the size of the shared buffer on ACE 3.0 CI nocodec tests on PTL are running out of memory since shared memory has been introduced. Since it isn't widely used yet, reduce its default size on ACE 3.0. Signed-off-by: Guennadi Liakhovetski --- zephyr/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zephyr/Kconfig b/zephyr/Kconfig index 0ffc1481bd9b..5780ea5fdd18 100644 --- a/zephyr/Kconfig +++ b/zephyr/Kconfig @@ -61,7 +61,7 @@ config SOF_ZEPHYR_SHARED_BUFFER_HEAP_SIZE hex "Size of the shared buffer heap for SOF userspace modules" default 0x0 if !SOF_USERSPACE_USE_SHARED_HEAP default 0x1E000 if SOC_INTEL_ACE15_MTPM || SOC_INTEL_ACE20_LNL - default 0x1A000 if SOC_INTEL_ACE30 + default 0x10000 if SOC_INTEL_ACE30 default 0x0 depends on USERSPACE help