Because k_thread size in RISCV64 is near 512 bytes, (num_of_thread * 256) bytes heap size is not enough. Enlarge heap size in RISCV64 to the (num_of_thread * 1024) bytes like x86_64 and ARM64. Signed-off-by: Jim Shu <cwshu09@gmail.com> |
||
|---|---|---|
| .. | ||
| demand_paging | ||
| futex | ||
| mem_map | ||
| mem_protect | ||
| obj_validation | ||
| protection | ||
| stack_random | ||
| stackprot | ||
| sys_sem | ||
| syscalls | ||
| userspace | ||