sim: increase default stack size to 64K on SIM

N/A

Cause lots of apps who use external library needs big stack size.
e.g. alsa, ffmpeg

Change-Id: I3b46333da9b18d103ea2ea71ed6e81d79a2d1d6c
Signed-off-by: ligd <liguiding1@xiaomi.com>
This commit is contained in:
ligd 2020-10-28 16:41:37 +08:00 committed by Brennan Ashton
parent 483b145f3b
commit 639093feea
1 changed files with 1 additions and 1 deletions

View File

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