Skip to content

Commit

Permalink
[nrf toup] config: Reduce packet buffer pool size to 11
Browse files Browse the repository at this point in the history
Value selected based on top usage in tests. Highest observed number of
packet buffers was 10.

Signed-off-by: Adrian Gielniewski <[email protected]>
  • Loading branch information
adigie committed Dec 12, 2024
1 parent 18d1d3f commit fc8dc9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/nrfconnect/chip-module/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -452,8 +452,8 @@ config CHIP_ENABLE_BDX_LOG_TRANSFER

config CHIP_SYSTEM_PACKETBUFFER_POOL_SIZE
int "Packet buffer pool size"
default 15
default 11
help
Total number of packet buffers.
Total number of packet buffers allocated by the stack for internal pool.

endif # CHIP

0 comments on commit fc8dc9b

Please sign in to comment.