net: lwm2m: Need heap for native_sim
When using tickless mode, the socketpair() seem to use heap by default on native_sim, so add some space for it. Signed-off-by: Seppo Takalo <seppo.takalo@nordicsemi.no>
This commit is contained in:
parent
0806c9c740
commit
341f78102a
2 changed files with 3 additions and 0 deletions
|
|
@ -3,3 +3,5 @@ CONFIG_DNS_SERVER_IP_ADDRESSES=y
|
|||
CONFIG_DNS_SERVER1="192.0.2.2"
|
||||
CONFIG_LWM2M_DNS_SUPPORT=y
|
||||
CONFIG_NET_CONFIG_MY_IPV4_GW="192.0.2.2"
|
||||
CONFIG_HEAP_MEM_POOL_SIZE=32768
|
||||
CONFIG_ZVFS_OPEN_MAX=16
|
||||
|
|
|
|||
|
|
@ -7,4 +7,5 @@ CONFIG_NATIVE_SIM_SLOWDOWN_TO_REAL_TIME=y
|
|||
CONFIG_NATIVE_UART_0_ON_STDINOUT=y
|
||||
CONFIG_ASAN=y
|
||||
CONFIG_NATIVE_EXTRA_CMDLINE_ARGS="--seed-random"
|
||||
CONFIG_HEAP_MEM_POOL_SIZE=32768
|
||||
CONFIG_ZVFS_OPEN_MAX=16
|
||||
|
|
|
|||
Loading…
Reference in a new issue