samples: sockets: big_http_download: Increase stack size to 2.5K.

Testing the sample with Zephyr SDK 1.14 (vs 1.13) with qemu_x86
showed that it consistently crashes on 2th-4th iteration. Avoid
bite-sized increase this time, and dump stack considerably to
avoid constant need to update it.

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
This commit is contained in:
Paul Sokolovsky 2020-10-05 19:43:48 +03:00 committed by Jukka Rissanen
commit 71baf21d51

View file

@ -2,7 +2,7 @@
CONFIG_NEWLIB_LIBC=y
CONFIG_MBEDTLS=y
CONFIG_MBEDTLS_ENABLE_HEAP=y
CONFIG_MAIN_STACK_SIZE=2176
CONFIG_MAIN_STACK_SIZE=2536
# Networking config
CONFIG_NETWORKING=y