From 25e57390dd14b977d9651b8db69b32acb62cfe7b Mon Sep 17 00:00:00 2001 From: Mahmoud Mazouz Date: Thu, 30 Jan 2025 16:55:17 +0100 Subject: [PATCH] Update docs/design.md Co-authored-by: Chris Lalancette Signed-off-by: Mahmoud Mazouz --- docs/design.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/design.md b/docs/design.md index 3b587049..2c163a2d 100644 --- a/docs/design.md +++ b/docs/design.md @@ -450,5 +450,4 @@ When the total size of the allocated buffers within the pool exceeds allocator and moved to Zenoh; no recycling is performed in this case to prevent the buffer pool from growing uncontrollably. -The default value of `RMW_ZENOH_BUFFER_POOL_MAX_SIZE_BYTES` is roughly proportionate to the cache -size of a typical modern CPU. +The default value of `RMW_ZENOH_BUFFER_POOL_MAX_SIZE_BYTES` is 16MB; this value was chosen since it is roughly the size of the cache in a modern CPU.