rv-virt/citest: Increase init task stack size to 3072
After https://github.com/apache/nuttx/pull/15075, the size of the stack size has decreased 8 bytes and the init stack size for the rv-virt:citest defconfig was near its full capacity, which lead to crashing the `ps` command. The init stack size for this defconfig was increased from 2048 to 3072 to avoid stack overflow.
This commit is contained in:
parent
957516105f
commit
0da4e44e48
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@ CONFIG_FS_TMPFS=y
|
||||||
CONFIG_HAVE_CXX=y
|
CONFIG_HAVE_CXX=y
|
||||||
CONFIG_IDLETHREAD_STACKSIZE=2048
|
CONFIG_IDLETHREAD_STACKSIZE=2048
|
||||||
CONFIG_INIT_ENTRYPOINT="nsh_main"
|
CONFIG_INIT_ENTRYPOINT="nsh_main"
|
||||||
|
CONFIG_INIT_STACKSIZE=3072
|
||||||
CONFIG_INTELHEX_BINARY=y
|
CONFIG_INTELHEX_BINARY=y
|
||||||
CONFIG_IOB_NBUFFERS=128
|
CONFIG_IOB_NBUFFERS=128
|
||||||
CONFIG_IOB_NCHAINS=4
|
CONFIG_IOB_NCHAINS=4
|
||||||
|
|
Loading…
Reference in a new issue