Skip to content

Commit

Permalink
Update docs/design.md
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Lalancette <[email protected]>
Signed-off-by: Mahmoud Mazouz <[email protected]>
  • Loading branch information
fuzzypixelz and clalancette committed Jan 31, 2025
1 parent 0200da9 commit 8cadca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/design.md
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ communication, or upon being consumed by subscriptions in intra-process communic

When the total size of the allocated buffers within the pool exceeds
`RMW_ZENOH_BUFFER_POOL_MAX_SIZE_BYTES`, serialization buffers are allocated using the system
allocator and moved to Zenoh; no recyling is performed in this case to prevent the buffer pool from
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
Expand Down

0 comments on commit 8cadca1

Please sign in to comment.