From 0b2f6a15ebf961a70a5737912055b5fd47541538 Mon Sep 17 00:00:00 2001 From: Pete Skeggs Date: Fri, 27 Sep 2024 16:05:35 -0700 Subject: [PATCH] samples: cellular: nrf_cloud_multi_service: thingy91x heap fix Ignore the min heap requirements for Wi-Fi. Signed-off-by: Pete Skeggs --- .../nrf_cloud_multi_service/boards/thingy91x_nrf9151_ns.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/cellular/nrf_cloud_multi_service/boards/thingy91x_nrf9151_ns.conf b/samples/cellular/nrf_cloud_multi_service/boards/thingy91x_nrf9151_ns.conf index dcff9fcf57d..514c6cf04d2 100644 --- a/samples/cellular/nrf_cloud_multi_service/boards/thingy91x_nrf9151_ns.conf +++ b/samples/cellular/nrf_cloud_multi_service/boards/thingy91x_nrf9151_ns.conf @@ -66,6 +66,7 @@ CONFIG_NET_TC_TX_COUNT=1 CONFIG_NET_MAX_CONTEXTS=5 CONFIG_HEAP_MEM_POOL_SIZE=34000 +CONFIG_HEAP_MEM_POOL_IGNORE_MIN=y CONFIG_MAIN_STACK_SIZE=2048 CONFIG_NET_MGMT_EVENT_STACK_SIZE=2048