Skip to content

Commit

Permalink
samples: wifi: throughput: Reduce static RAM usage
Browse files Browse the repository at this point in the history
Static RAM usage is exceeding the `RAM` region at build time. Decrease
the number of RX buffers to fix this.

Signed-off-by: Ravi Dondaputi <[email protected]>
  • Loading branch information
rado17 authored and bjarki-andreasen committed Sep 30, 2024
1 parent 57864ba commit fd62a79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/wifi/throughput/overlay-high-performance.conf
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
CONFIG_NRF70_AP_MODE=n
CONFIG_NRF70_P2P_MODE=n
CONFIG_NET_PKT_TX_COUNT=30
CONFIG_NET_PKT_RX_COUNT=30
CONFIG_NET_PKT_RX_COUNT=27
CONFIG_NET_BUF_TX_COUNT=60
CONFIG_NET_BUF_RX_COUNT=30
CONFIG_NET_BUF_RX_COUNT=27
CONFIG_NET_BUF_DATA_SIZE=1100
CONFIG_HEAP_MEM_POOL_SIZE=230000
CONFIG_SPEED_OPTIMIZATIONS=y
Expand Down

0 comments on commit fd62a79

Please sign in to comment.