The heap size is set to 20000 which is just not enough for v8r platform. Fix testcases failure in tests/kernel/threads/ by increasing the heap size to 21504. Signed-off-by: Jaxson Han <jaxson.han@arm.com>
5 lines
94 B
Plaintext
5 lines
94 B
Plaintext
CONFIG_ZTEST=y
|
|
CONFIG_ZTEST_NEW_API=y
|
|
CONFIG_TEST_USERSPACE=y
|
|
CONFIG_HEAP_MEM_POOL_SIZE=21504
|