net: lwm2m: raise stack sizes

Occasionally we see a stack crash in LwM2M.  This may have been
due to the swap from net_app APIs to socket-based APIs.

Let's raise the default stack by 1k.

Signed-off-by: Michael Scott <mike@foundries.io>
This commit is contained in:
Michael Scott 2019-02-18 21:57:56 -08:00 committed by Kumar Gala
parent d615ab0dc3
commit fcde4c42cc
1 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,8 @@ config LWM2M_DTLS_SUPPORT
config LWM2M_ENGINE_STACK_SIZE
int "LWM2M engine stack size"
default 1536 if NET_LOG
default 1024
default 2560 if NET_LOG
default 2048
help
Set the stack size for the LWM2M library engine (used for handling
OBSERVE and NOTIFY events)