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:
parent
483b145f3b
commit
639093feea
2
Kconfig
2
Kconfig
@ -29,7 +29,7 @@ config DEFAULT_SMALL
|
|||||||
|
|
||||||
config DEFAULT_TASK_STACKSIZE
|
config DEFAULT_TASK_STACKSIZE
|
||||||
int "The default stack size for tasks"
|
int "The default stack size for tasks"
|
||||||
default 8192 if ARCH_SIM
|
default 65536 if ARCH_SIM
|
||||||
default 2048
|
default 2048
|
||||||
---help---
|
---help---
|
||||||
The default stack size for tasks.
|
The default stack size for tasks.
|
||||||
|
Loading…
Reference in New Issue
Block a user