Skip to content

Commit ec6f3f3

Browse files
committed
samples: nrfcloud_multi_service: Increase heap t91x
Provisioning not working, calloc failure on jwt generation. Increase heap to fix. Signed-off-by: Jorgen Kvalvaag <[email protected]>
1 parent b65f69a commit ec6f3f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/cellular/nrf_cloud_multi_service/boards/thingy91x_nrf9151_ns.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ CONFIG_NET_RX_STACK_SIZE=512
6464
CONFIG_NET_TC_TX_COUNT=1
6565
CONFIG_NET_MAX_CONTEXTS=5
6666

67-
CONFIG_HEAP_MEM_POOL_SIZE=20000
67+
CONFIG_HEAP_MEM_POOL_SIZE=22000
6868
CONFIG_HEAP_MEM_POOL_IGNORE_MIN=y
6969
CONFIG_MAIN_STACK_SIZE=2048
7070
CONFIG_NET_MGMT_EVENT_STACK_SIZE=1024

0 commit comments

Comments
 (0)