Skip to content

Commit 4b67212

Browse files
micheleRPclaude
andcommitted
fix: clarify reclaim condition on redpanda_memory_allocated_memory
Add "if needed" so the description of the batch cache reclaim behavior is technically accurate. Follow-up to PR #1656 addressing post-merge review nit from @bharathv: #1656 (comment) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent e9bf2e1 commit 4b67212

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/reference/pages/public-metrics-reference.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -889,7 +889,7 @@ endif::[]
889889

890890
=== redpanda_memory_allocated_memory
891891

892-
Total memory allocated (in bytes) per CPU shard. This includes all memory currently held by Redpanda on that shard, including memory in the batch cache that has been allocated but could be reclaimed.
892+
Total memory allocated (in bytes) per CPU shard. This includes all memory currently held by Redpanda on that shard, including memory in the batch cache that has been allocated but could be reclaimed if needed.
893893

894894
*Type*: gauge
895895

0 commit comments

Comments
 (0)