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:
parent
d615ab0dc3
commit
fcde4c42cc
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue