Skip to content

Commit 5f3a9cb

Browse files
committed
[nrf toup] Reduce Packet Buffer Pool size to 11
Signed-off-by: Adrian Gielniewski <adrian.gielniewski@nordicsemi.no>
1 parent 95a8c0f commit 5f3a9cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/platform/nrfconnect/SystemPlatformConfig.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ struct ChipDeviceEvent;
4848
#define CHIP_SYSTEM_CONFIG_USE_SOCKETS 1
4949

5050
#ifndef CONFIG_ARCH_POSIX
51-
#define CHIP_SYSTEM_CONFIG_PACKETBUFFER_POOL_SIZE 15
51+
#define CHIP_SYSTEM_CONFIG_PACKETBUFFER_POOL_SIZE 11
5252
#endif
5353

5454
#ifndef CHIP_SYSTEM_CONFIG_PACKETBUFFER_CAPACITY_MAX

0 commit comments

Comments
 (0)