commit | 3f9a78ede9015e7b366672882bfb2e03412303ac | [log] [tgz] |
---|---|---|
author | Marcin Niestroj <m.niestroj@emb.dev> | Wed Oct 27 22:04:45 2021 +0200 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu Oct 28 10:36:23 2021 -0400 |
tree | 87774c887a57c8c39655a0d83b77893e273a062d | |
parent | a6f8fc326cb7c7b62dd76216cfb4d77a9c8c0deb [diff] |
samples: sockets: http_get: increase main thread stack size After commit eeb15aa3930a ("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: Marcin Niestroj <m.niestroj@emb.dev>