Skip to content

Commit ff14bb5

Browse files
carlocaionenashif
authored andcommitted
tests: userspace: Increase mem pool size for AArch64
Fix tests/kernel/threads/dynamic_thread/ increasing the mem pool size. Signed-off-by: Carlo Caione <[email protected]>
1 parent 6fb42bb commit ff14bb5

File tree

1 file changed

+1
-1
lines changed
  • tests/kernel/threads/dynamic_thread

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
CONFIG_ZTEST=y
22
CONFIG_TEST_USERSPACE=y
3-
CONFIG_HEAP_MEM_POOL_SIZE=4096
3+
CONFIG_HEAP_MEM_POOL_SIZE=8192

0 commit comments

Comments
 (0)