net: tcp2: Double main stack size to fix QEMU crash
QEMU running TCP2 echo crashes upon start. This patch doubles main stack size to fix the crash. Signed-off-by: Ruslan Mstoi <ruslan.mstoi@intel.com>
This commit is contained in:
parent
665d195f3a
commit
aa53024fdc
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
CONFIG_NET_TCP=y
|
||||
CONFIG_NET_TCP2=y
|
||||
|
||||
CONFIG_MAIN_STACK_SIZE=2048
|
||||
CONFIG_NET_TX_STACK_SIZE=8192
|
||||
CONFIG_NET_RX_STACK_SIZE=8192
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue