Skip to content

Commit

Permalink
rv-virt/citest: Increase init task stack size to 3072
Browse files Browse the repository at this point in the history
After #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.
  • Loading branch information
tmedicci committed Dec 12, 2024
1 parent f301524 commit ecd20b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions boards/risc-v/qemu-rv/rv-virt/configs/citest/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ CONFIG_FS_TMPFS=y
CONFIG_HAVE_CXX=y
CONFIG_IDLETHREAD_STACKSIZE=2048
CONFIG_INIT_ENTRYPOINT="nsh_main"
CONFIG_INIT_STACKSIZE=3072
CONFIG_INTELHEX_BINARY=y
CONFIG_IOB_NBUFFERS=128
CONFIG_IOB_NCHAINS=4
Expand Down

0 comments on commit ecd20b9

Please sign in to comment.