samples: sockets: big_http_download: Increase stack size.

x86-mmu now crashes with default 1K, bump to 2K, which hopefully might
work even for 64-bit archs.

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
This commit is contained in:
Paul Sokolovsky 2020-01-03 14:50:59 +03:00 committed by Anas Nashif
commit b3ef46ed63

View file

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