samples: net: updatehub: Increase shell stack
When running shell commands updatehub alloc data from shell stack. Increase shell room stack to avoid shell issues. Memory tuning should be performed accord with available resources. Signed-off-by: Gerson Fernando Budke <gerson.budke@ossystems.com.br>
This commit is contained in:
parent
d18f12de23
commit
7b8643e373
|
@ -14,6 +14,7 @@ CONFIG_NET_DHCPV4=y
|
|||
#Optional if you would like test on the your server
|
||||
CONFIG_SHELL=y
|
||||
CONFIG_UPDATEHUB_SHELL=y
|
||||
CONFIG_SHELL_STACK_SIZE=6144
|
||||
|
||||
# Debug helpers
|
||||
CONFIG_LOG=y
|
||||
|
|
Loading…
Reference in a new issue