samples: net: zperf: Fine tune memory to align zero-copy

Now that nRF70 by default uses zero-copy fine-tune the configuration to
get optimal memory while getting peak throughputs.

Signed-off-by: Chaitanya Tata <Chaitanya.Tata@nordicsemi.no>
diff --git a/samples/net/zperf/boards/nrf7002dk_nrf5340_cpuapp.conf b/samples/net/zperf/boards/nrf7002dk_nrf5340_cpuapp.conf
index 4373713..2b7f5e4 100644
--- a/samples/net/zperf/boards/nrf7002dk_nrf5340_cpuapp.conf
+++ b/samples/net/zperf/boards/nrf7002dk_nrf5340_cpuapp.conf
@@ -1,11 +1,11 @@
 # Optimized networking settings for performance
 CONFIG_NET_PKT_RX_COUNT=28
-CONFIG_NET_PKT_TX_COUNT=27
+CONFIG_NET_PKT_TX_COUNT=28
 CONFIG_NET_BUF_RX_COUNT=28
-CONFIG_NET_BUF_TX_COUNT=54
-# reduces driver heap usage
+CONFIG_NET_BUF_TX_COUNT=28
 CONFIG_NRF70_RX_NUM_BUFS=16
-CONFIG_NRF_WIFI_DATA_HEAP_SIZE=50000
+CONFIG_NRF_WIFI_DATA_HEAP_SIZE=30000
+CONFIG_NET_PKT_BUF_TX_DATA_POOL_SIZE=20000
 CONFIG_NRF70_MAX_TX_AGGREGATION=4
 CONFIG_NRF70_QSPI_LOW_POWER=n