Commit 53d9e942 authored by Marcin Niestroj's avatar Marcin Niestroj Committed by Anas Nashif
Browse files

samples: sockets: http_get: increase main thread stack size

After commit eeb15aa3

 ("timer: hpet: enable 64 bit mode for
better usages") was applied, main thread stack usage on qemu_x86
platform increased from 984 to 1040 bytes.

Default stack size, which is 1024, is no longer enough. Change that to
1536 to make sure this sample runs correctly on qemu_x86.
Signed-off-by: default avatarMarcin Niestroj <m.niestroj@emb.dev>
parent dd435b01
No related merge requests found
Showing with 1 addition and 0 deletions
+1 -0
# General config
CONFIG_MAIN_STACK_SIZE=1536
CONFIG_NEWLIB_LIBC=y
# Networking config
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment