Skip to content

Commit b5e4e99

Browse files
[nrf toup] Increased packet buffer pool size
Increased default packet buffer pool size, as it was decreased some time ago and we can observe lack of available buffers in the load tests. Signed-off-by: Kamil Kasperczyk <[email protected]>
1 parent 964aa6d commit b5e4e99

File tree

1 file changed

+1
-1
lines changed
  • config/nrfconnect/chip-module

1 file changed

+1
-1
lines changed

config/nrfconnect/chip-module/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ config CHIP_USE_OPENTHREAD_ENDPOINT
456456

457457
config CHIP_SYSTEM_PACKETBUFFER_POOL_SIZE
458458
int "Packet buffer pool size"
459-
default 11
459+
default 15
460460
help
461461
Total number of packet buffers allocated by the stack for internal pool.
462462

0 commit comments

Comments
 (0)