samples: net: lwm2m: Fix system workqueue stack size
System workqueue stack was not large enough to handle DTLS handshake, which lead to system crash. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
This commit is contained in:
parent
f8502a9993
commit
756043c2b3
|
@ -17,3 +17,4 @@ CONFIG_NET_SOCKETS_ENABLE_DTLS=y
|
|||
|
||||
# MbedTLS needs a larger stack
|
||||
CONFIG_MAIN_STACK_SIZE=2048
|
||||
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048
|
||||
|
|
Loading…
Reference in a new issue