Bump DEFAULT_TASK_STACKSIZE for the sim

The sim demands more stack because:
 * It's often 64-bit
 * It calls host OS libraries
This commit is contained in:
YAMAMOTO Takashi 2020-03-27 14:28:17 +09:00 committed by Xiang Xiao
parent a493c92826
commit ebc6627b77
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@ config DEFAULT_SMALL
config DEFAULT_TASK_STACKSIZE
int "The default stack size for tasks"
default 8192 if ARCH_SIM
default 2048
---help---
The default stack size for tasks.