samples: net: zperf: Optimize heap for nRF70 Series
Fine-tune the heap to get peak UDP (TX and RX) results but with minimal heap consumption. Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
This commit is contained in:
parent
9a6423baf2
commit
be4c79b01e
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,9 @@ CONFIG_NET_PKT_RX_COUNT=28
|
||||||
CONFIG_NET_PKT_TX_COUNT=27
|
CONFIG_NET_PKT_TX_COUNT=27
|
||||||
CONFIG_NET_BUF_RX_COUNT=28
|
CONFIG_NET_BUF_RX_COUNT=28
|
||||||
CONFIG_NET_BUF_TX_COUNT=54
|
CONFIG_NET_BUF_TX_COUNT=54
|
||||||
|
# reduces driver heap usage
|
||||||
|
CONFIG_NRF70_RX_NUM_BUFS=16
|
||||||
|
CONFIG_NRF_WIFI_DATA_HEAP_SIZE=50000
|
||||||
CONFIG_NRF70_MAX_TX_AGGREGATION=4
|
CONFIG_NRF70_MAX_TX_AGGREGATION=4
|
||||||
CONFIG_NRF70_QSPI_LOW_POWER=n
|
CONFIG_NRF70_QSPI_LOW_POWER=n
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue