From 5f3a9cb7ce6538381813e7758926eefff4a9fce7 Mon Sep 17 00:00:00 2001 From: Adrian Gielniewski Date: Tue, 5 Nov 2024 09:56:15 +0100 Subject: [PATCH] [nrf toup] Reduce Packet Buffer Pool size to 11 Signed-off-by: Adrian Gielniewski --- src/platform/nrfconnect/SystemPlatformConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platform/nrfconnect/SystemPlatformConfig.h b/src/platform/nrfconnect/SystemPlatformConfig.h index a82ce0e35d..a5acb67a43 100644 --- a/src/platform/nrfconnect/SystemPlatformConfig.h +++ b/src/platform/nrfconnect/SystemPlatformConfig.h @@ -48,7 +48,7 @@ struct ChipDeviceEvent; #define CHIP_SYSTEM_CONFIG_USE_SOCKETS 1 #ifndef CONFIG_ARCH_POSIX -#define CHIP_SYSTEM_CONFIG_PACKETBUFFER_POOL_SIZE 15 +#define CHIP_SYSTEM_CONFIG_PACKETBUFFER_POOL_SIZE 11 #endif #ifndef CHIP_SYSTEM_CONFIG_PACKETBUFFER_CAPACITY_MAX