Skip to content

Commit

Permalink
telnet: Configure the telnet session stack to be the same as nsh
Browse files Browse the repository at this point in the history
Using the default 3K stack size will result in insufficient stack when executing certain commands.

Signed-off-by: yinshengkai <[email protected]>
  • Loading branch information
Gary-Hobson authored and xiaoxiang781216 committed Oct 13, 2024
1 parent 524eb08 commit e9b457f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/telnetd/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ config SYSTEM_TELNETD_SESSION_PRIORITY

config SYSTEM_TELNETD_SESSION_STACKSIZE
int "Telnetd session task stack size"
default 3072
default SYSTEM_NSH_STACKSIZE

endif # SYSTEM_TELNETD

0 comments on commit e9b457f

Please sign in to comment.