File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,9 @@ CONFIG_NET_PKT_TX_COUNT=8
3131# tuned for performance, but this will be revisited in the future.
3232CONFIG_NET_BUF_RX_COUNT=8
3333CONFIG_NET_BUF_TX_COUNT=16
34- CONFIG_HEAP_MEM_POOL_SIZE=183600
34+ CONFIG_NRF70_RX_NUM_BUFS=16
35+ CONFIG_HEAP_MEM_POOL_SIZE=115000
36+ CONFIG_HEAP_MEM_POOL_IGNORE_MIN=y
3537CONFIG_NET_TC_TX_COUNT=1
3638
3739CONFIG_NET_IF_UNICAST_IPV4_ADDR_COUNT=1
Original file line number Diff line number Diff line change @@ -29,7 +29,9 @@ CONFIG_NET_PKT_TX_COUNT=8
2929CONFIG_NET_PKT_RX_COUNT=16
3030CONFIG_NET_BUF_TX_COUNT=16
3131CONFIG_NET_BUF_RX_COUNT=16
32- CONFIG_HEAP_MEM_POOL_SIZE=210000
32+ CONFIG_HEAP_MEM_POOL_SIZE=105000
33+ CONFIG_HEAP_MEM_POOL_IGNORE_MIN=y
34+ CONFIG_NRF70_RX_NUM_BUFS=16
3335#CONFIG_SPEED_OPTIMIZATIONS=y
3436#CONFIG_NRF70_MAX_TX_AGGREGATION=9
3537#CONFIG_NRF70_MAX_TX_TOKENS=12
You can’t perform that action at this time.
0 commit comments