Skip to content

Commit f6d51f4

Browse files
D-Trivenicarlescufi
authored andcommitted
samples: wifi: provisioning: ble: Reduce RAM usage
Optimize RAM usage by decreasing driver RX buffers. Signed-off-by: Triveni Danda <[email protected]> (cherry picked from commit 6fbb1a3)
1 parent 764f9c3 commit f6d51f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

samples/wifi/provisioning/ble/prj.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ CONFIG_NET_SOCKETS_POLL_MAX=10
5656
CONFIG_MAIN_STACK_SIZE=5200
5757
CONFIG_NET_TX_STACK_SIZE=4096
5858
CONFIG_NET_RX_STACK_SIZE=4096
59+
CONFIG_NRF70_RX_NUM_BUFS=16
5960

6061
# Debugging
6162
CONFIG_STACK_SENTINEL=y

0 commit comments

Comments
 (0)