Skip to content

Commit fbf792e

Browse files
committed
ptl: userspace: temporarily switch to stack pool
This fixes sporadic CI endurance test failures. Once Zephyr merges "kernel: dynamic stack to cached area if coherence" we should be able to switch back to dynamic stack allocation. Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
1 parent 04b2d16 commit fbf792e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

app/boards/intel_adsp_ace30_ptl.conf

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,11 @@ CONFIG_WINSTREAM_CONSOLE=n
7070
# Userspace options
7171
CONFIG_USERSPACE=y
7272
CONFIG_DYNAMIC_THREAD=y
73-
CONFIG_DYNAMIC_THREAD_ALLOC=y
74-
CONFIG_DYNAMIC_THREAD_PREFER_ALLOC=y
75-
CONFIG_SOF_STACK_SIZE=8192
73+
CONFIG_DYNAMIC_THREAD_ALLOC=n
74+
CONFIG_DYNAMIC_THREAD_PREFER_ALLOC=n
75+
CONFIG_DYNAMIC_THREAD_PREFER_POOL=y
76+
CONFIG_DYNAMIC_THREAD_POOL_SIZE=4
77+
CONFIG_DYNAMIC_THREAD_STACK_SIZE=4096
78+
CONFIG_SOF_STACK_SIZE=4096
7679
CONFIG_SOF_USERSPACE_PROXY=y
7780
CONFIG_MAX_THREAD_BYTES=3

0 commit comments

Comments
 (0)