Skip to content

Commit 994362d

Browse files
cdwilsonszczys
authored andcommitted
Increase network buffer sizes to fix buffer allocation failures
Signed-off-by: Chris Wilson <[email protected]>
1 parent aa4076e commit 994362d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

01_IOT/boards/nrf7002dk_nrf5340_cpuapp.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ CONFIG_NET_PKT_TX_COUNT=8
3838

3939
# Below section is the primary contributor to SRAM and is currently
4040
# tuned for performance, but this will be revisited in the future.
41-
CONFIG_NET_BUF_RX_COUNT=16
42-
CONFIG_NET_BUF_TX_COUNT=16
41+
CONFIG_NET_BUF_RX_COUNT=32
42+
CONFIG_NET_BUF_TX_COUNT=32
4343
CONFIG_NET_BUF_DATA_SIZE=128
4444
CONFIG_HEAP_MEM_POOL_SIZE=153600
4545
CONFIG_NET_TC_TX_COUNT=0

05_golioth/boards/nrf7002dk_nrf5340_cpuapp.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ CONFIG_NET_PKT_TX_COUNT=8
3838

3939
# Below section is the primary contributor to SRAM and is currently
4040
# tuned for performance, but this will be revisited in the future.
41-
CONFIG_NET_BUF_RX_COUNT=16
42-
CONFIG_NET_BUF_TX_COUNT=16
41+
CONFIG_NET_BUF_RX_COUNT=32
42+
CONFIG_NET_BUF_TX_COUNT=32
4343
CONFIG_NET_BUF_DATA_SIZE=128
4444
CONFIG_HEAP_MEM_POOL_SIZE=153600
4545
CONFIG_NET_TC_TX_COUNT=0

0 commit comments

Comments
 (0)