Skip to content

Commit e3ed883

Browse files
lyakhkv2019i
authored andcommitted
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 <guennadi.liakhovetski@linux.intel.com>
1 parent 536552c commit e3ed883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zephyr/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ config SOF_ZEPHYR_SHARED_BUFFER_HEAP_SIZE
6161
hex "Size of the shared buffer heap for SOF userspace modules"
6262
default 0x0 if !SOF_USERSPACE_USE_SHARED_HEAP
6363
default 0x1E000 if SOC_INTEL_ACE15_MTPM || SOC_INTEL_ACE20_LNL
64-
default 0x1A000 if SOC_INTEL_ACE30
64+
default 0x10000 if SOC_INTEL_ACE30
6565
default 0x0
6666
depends on USERSPACE
6767
help

0 commit comments

Comments
 (0)