mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
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:
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user